#AFB9DA

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

Shades of Perano #AFB9DA

Tints of Perano #AFB9DA

Color information

#AFB9DA (or 0xAFB9DA) is unknown color: approx Perano. HEX triplet: AF, B9 and DA. RGB value is (175,185,218). Sum of RGB (Red+Green+Blue) = 175+185+218=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9DA is #504625. Grayscale: #B9B9B9. Windows color (decimal): -5260838 or 14334383. OLE color: 14334383.

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

Color convert

RGB175185218-
CMYK0.200.1500.15
HSL226.05º36.75%77.06%-
HSV(B)226.05º19.72%85.49%-
XYZ47.6848.8773.25-
YUV185.77146.19120.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=30.28%
G=32.01%
B=37.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751852180.200.1500.15226.0536.7577.06
HexAFB9DA14F0Fe2254d
Octal257271332241701734245115
Binary10101111101110011101101010100111101111111000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9DA; }

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

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

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

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

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

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

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

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