#A2AFEB

Color #A2AFEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A2AFEB

Tints of Perano #A2AFEB

Color information

#A2AFEB (or 0xA2AFEB) is unknown color: approx Perano. HEX triplet: A2, AF and EB. RGB value is (162,175,235). Sum of RGB (Red+Green+Blue) = 162+175+235=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFEB is #5D5014. Grayscale: #B1B1B1. Windows color (decimal): -6115349 or 15445922. OLE color: 15445922.

HSL color Cylindrical-coordinate representation of color #A2AFEB: hue angle of 229.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AFEB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162175235-
CMYK0.310.2600.08
HSL229.32º64.6%77.84%-
HSV(B)229.32º31.06%92.16%-
XYZ45.2344.3484.77-
YUV177.95160.19116.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=28.32%
G=30.59%
B=41.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621752350.310.2600.08229.3264.677.84
HexA2AFEB1F1A08e5414e
Octal2422573533732010345101116
Binary1010001010101111111010111111111010010001110010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFEB; }

 p { color: rgb(162,175,235); }

 H1.HeaderClassName
 {
   color: #A2AFEB;
 }
 .AnyTagClassName
 {
   color: #A2AFEB;
 }
</style>
background-color css

<style>
 a { background-color: #A2AFEB; }

 a { background-color: rgb(162,175,235); }

 div.DivClassName
 {
   background-color: #A2AFEB;
 }
 .BgClassName
 {
   background-color: #A2AFEB;
 }
</style>
border-color css

<style>
 span { border-color: #A2AFEB; }

 span { border-color: rgb(162,175,235); }

 td.TdClassName
 {
   border-color: #A2AFEB;
 }
 .TagClassName
 {
   border-color: #A2AFEB;
 }
</style>