#AFB2DA

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

Shades of Perano #AFB2DA

Tints of Perano #AFB2DA

Color information

#AFB2DA (or 0xAFB2DA) is unknown color: approx Perano. HEX triplet: AF, B2 and DA. RGB value is (175,178,218). Sum of RGB (Red+Green+Blue) = 175+178+218=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFB2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DA is #504D25. Grayscale: #B5B5B5. Windows color (decimal): -5262630 or 14332591. OLE color: 14332591.

HSL color Cylindrical-coordinate representation of color #AFB2DA: hue angle of 235.81º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB2DA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175178218-
CMYK0.200.1800.15
HSL235.81º36.75%77.06%-
HSV(B)235.81º19.72%85.49%-
XYZ46.2546.0272.77-
YUV181.66148.51123.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=30.65%
G=31.17%
B=38.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751782180.200.1800.15235.8136.7577.06
HexAFB2DA14120Fec254d
Octal257262332242201735445115
Binary101011111011001011011010101001001001111111011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2DA; }

 p { color: rgb(175,178,218); }

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

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

 a { background-color: rgb(175,178,218); }

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

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

 span { border-color: rgb(175,178,218); }

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