#AFB1DF

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

Shades of Perano #AFB1DF

Tints of Perano #AFB1DF

Color information

#AFB1DF (or 0xAFB1DF) is unknown color: approx Perano. HEX triplet: AF, B1 and DF. RGB value is (175,177,223). Sum of RGB (Red+Green+Blue) = 175+177+223=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1DF is #504E20. Grayscale: #B5B5B5. Windows color (decimal): -5262881 or 14660015. OLE color: 14660015.

HSL color Cylindrical-coordinate representation of color #AFB1DF: hue angle of 237.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB1DF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175177223-
CMYK0.220.2100.13
HSL237.5º42.86%78.04%-
HSV(B)237.5º21.52%87.45%-
XYZ46.7245.8976.21-
YUV181.65151.34123.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=30.43%
G=30.78%
B=38.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751772230.220.2100.13237.542.8678.04
HexAFB1DF16150Dee2b4e
Octal257261337262501535653116
Binary101011111011000111011111101101010101101111011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1DF; }

 p { color: rgb(175,177,223); }

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

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

 a { background-color: rgb(175,177,223); }

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

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

 span { border-color: rgb(175,177,223); }

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