#AFACF8

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

Shades of Perano #AFACF8

Tints of Perano #AFACF8

Color information

#AFACF8 (or 0xAFACF8) is unknown color: approx Perano. HEX triplet: AF, AC and F8. RGB value is (175,172,248). Sum of RGB (Red+Green+Blue) = 175+172+248=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF8 is #505307. Grayscale: #B5B5B5. Windows color (decimal): -5264136 or 16297135. OLE color: 16297135.

HSL color Cylindrical-coordinate representation of color #AFACF8: hue angle of 242.37º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFACF8 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175172248-
CMYK0.290.3100.03
HSL242.37º84.44%82.35%-
HSV(B)242.37º30.65%97.25%-
XYZ49.3845.494.97-
YUV181.56165.49123.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=29.41%
G=28.91%
B=41.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751722480.290.3100.03242.3784.4482.35
HexAFACF81D1F03f25452
Octal257254370353703362124122
Binary10101111101011001111100011101111110111111001010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF8; }

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

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

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

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

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

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

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

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