#AFAFF2

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

Shades of Perano #AFAFF2

Tints of Perano #AFAFF2

Color information

#AFAFF2 (or 0xAFAFF2) is unknown color: approx Perano. HEX triplet: AF, AF and F2. RGB value is (175,175,242). Sum of RGB (Red+Green+Blue) = 175+175+242=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFF2 is #50500D. Grayscale: #B6B6B6. Windows color (decimal): -5263374 or 15904687. OLE color: 15904687.

HSL color Cylindrical-coordinate representation of color #AFAFF2: hue angle of 240º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFAFF2 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175175242-
CMYK0.280.2800.05
HSL240º72.04%81.76%-
HSV(B)240º27.69%94.9%-
XYZ49.0446.1890.33-
YUV182.64161.5122.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=29.56%
G=29.56%
B=40.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751752420.280.2800.0524072.0481.76
HexAFAFF21C1C05f04852
Octal257257362343405360110122
Binary101011111010111111110010111001110001011111000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFF2; }

 p { color: rgb(175,175,242); }

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

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

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

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

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

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

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