#AFACF0

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

Shades of Perano #AFACF0

Tints of Perano #AFACF0

Color information

#AFACF0 (or 0xAFACF0) is unknown color: approx Perano. HEX triplet: AF, AC and F0. RGB value is (175,172,240). Sum of RGB (Red+Green+Blue) = 175+172+240=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF0 is #50530F. Grayscale: #B4B4B4. Windows color (decimal): -5264144 or 15772847. OLE color: 15772847.

HSL color Cylindrical-coordinate representation of color #AFACF0: hue angle of 242.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFACF0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175172240-
CMYK0.270.2800.06
HSL242.65º69.39%80.78%-
HSV(B)242.65º28.33%94.12%-
XYZ48.1644.9188.57-
YUV180.65161.49123.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=29.81%
G=29.30%
B=40.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751722400.270.2800.06242.6569.3980.78
HexAFACF01B1C06f34551
Octal257254360333406363105121
Binary101011111010110011110000110111110001101111001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF0; }

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

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

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

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

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

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

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

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