#AFAFE2

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

Shades of Perano #AFAFE2

Tints of Perano #AFAFE2

Color information

#AFAFE2 (or 0xAFAFE2) is unknown color: approx Perano. HEX triplet: AF, AF and E2. RGB value is (175,175,226). Sum of RGB (Red+Green+Blue) = 175+175+226=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE2 is #50501D. Grayscale: #B4B4B4. Windows color (decimal): -5263390 or 14856111. OLE color: 14856111.

HSL color Cylindrical-coordinate representation of color #AFAFE2: hue angle of 240º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAFE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175175226-
CMYK0.230.2300.11
HSL240º46.79%78.63%-
HSV(B)240º22.57%88.63%-
XYZ46.7445.2678.23-
YUV180.81153.5123.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=30.38%
G=30.38%
B=39.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751752260.230.2300.1124046.7978.63
HexAFAFE217170Bf02f4f
Octal257257342272701336057117
Binary101011111010111111100010101111011101011111100001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFE2; }

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

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

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

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

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

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

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

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