#AFB3DA

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

Shades of Perano #AFB3DA

Tints of Perano #AFB3DA

Color information

#AFB3DA (or 0xAFB3DA) is unknown color: approx Perano. HEX triplet: AF, B3 and DA. RGB value is (175,179,218). Sum of RGB (Red+Green+Blue) = 175+179+218=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFB3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3DA is #504C25. Grayscale: #B6B6B6. Windows color (decimal): -5262374 or 14332847. OLE color: 14332847.

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

Color convert

RGB175179218-
CMYK0.200.1800.15
HSL234.42º36.75%77.06%-
HSV(B)234.42º19.72%85.49%-
XYZ46.4546.4272.84-
YUV182.25148.17122.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=30.59%
G=31.29%
B=38.11%

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
Decimal1751792180.200.1800.15234.4236.7577.06
HexAFB3DA14120Fea254d
Octal257263332242201735245115
Binary101011111011001111011010101001001001111111010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3DA; }

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

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

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

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

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

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

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

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