#AFB6DA

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

Shades of Perano #AFB6DA

Tints of Perano #AFB6DA

Color information

#AFB6DA (or 0xAFB6DA) is unknown color: approx Perano. HEX triplet: AF, B6 and DA. RGB value is (175,182,218). Sum of RGB (Red+Green+Blue) = 175+182+218=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DA is #504925. Grayscale: #B7B7B7. Windows color (decimal): -5261606 or 14333615. OLE color: 14333615.

HSL color Cylindrical-coordinate representation of color #AFB6DA: hue angle of 230.23º 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 #AFB6DA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175182218-
CMYK0.200.1700.15
HSL230.23º36.75%77.06%-
HSV(B)230.23º19.72%85.49%-
XYZ47.0647.6373.04-
YUV184.01147.18121.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=30.43%
G=31.65%
B=37.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751822180.200.1700.15230.2336.7577.06
HexAFB6DA14110Fe6254d
Octal257266332242101734645115
Binary101011111011011011011010101001000101111111001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6DA; }

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

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

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

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

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

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

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

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