#AFACF9

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

Shades of Perano #AFACF9

Tints of Perano #AFACF9

Color information

#AFACF9 (or 0xAFACF9) is unknown color: approx Perano. HEX triplet: AF, AC and F9. RGB value is (175,172,249). Sum of RGB (Red+Green+Blue) = 175+172+249=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF9 is #505306. Grayscale: #B5B5B5. Windows color (decimal): -5264135 or 16362671. OLE color: 16362671.

HSL color Cylindrical-coordinate representation of color #AFACF9: hue angle of 242.34º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFACF9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175172249-
CMYK0.300.3100.02
HSL242.34º86.52%82.55%-
HSV(B)242.34º30.92%97.65%-
XYZ49.5345.4695.79-
YUV181.68165.99123.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=29.36%
G=28.86%
B=41.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751722490.300.3100.02242.3486.5282.55
HexAFACF91E1F02f25753
Octal257254371363702362127123
Binary10101111101011001111100111110111110101111001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF9; }

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

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

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

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

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

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

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

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