#AFACF4

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

Shades of Perano #AFACF4

Tints of Perano #AFACF4

Color information

#AFACF4 (or 0xAFACF4) is unknown color: approx Perano. HEX triplet: AF, AC and F4. RGB value is (175,172,244). Sum of RGB (Red+Green+Blue) = 175+172+244=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF4 is #50530B. Grayscale: #B4B4B4. Windows color (decimal): -5264140 or 16034991. OLE color: 16034991.

HSL color Cylindrical-coordinate representation of color #AFACF4: hue angle of 242.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFACF4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175172244-
CMYK0.280.3000.04
HSL242.5º76.6%81.57%-
HSV(B)242.5º29.51%95.69%-
XYZ48.7645.1591.73-
YUV181.1163.49123.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=29.61%
G=29.10%
B=41.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751722440.280.3000.04242.576.681.57
HexAFACF41C1E04f24d52
Octal257254364343604362115122
Binary101011111010110011110100111001111001001111001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF4; }

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

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

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

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

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

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

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

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