#AFACF2

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

Shades of Perano #AFACF2

Tints of Perano #AFACF2

Color information

#AFACF2 (or 0xAFACF2) is unknown color: approx Perano. HEX triplet: AF, AC and F2. RGB value is (175,172,242). Sum of RGB (Red+Green+Blue) = 175+172+242=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF2 is #50530D. Grayscale: #B4B4B4. Windows color (decimal): -5264142 or 15903919. OLE color: 15903919.

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

Color convert

RGB175172242-
CMYK0.280.2900.05
HSL242.57º72.92%81.18%-
HSV(B)242.57º28.93%94.9%-
XYZ48.4645.0390.14-
YUV180.88162.49123.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=29.71%
G=29.20%
B=41.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751722420.280.2900.05242.5772.9281.18
HexAFACF21C1D05f34951
Octal257254362343505363111121
Binary101011111010110011110010111001110101011111001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF2; }

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

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

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

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

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

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

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

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