#AFB9FF

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

Shades of Perano #AFB9FF

Tints of Perano #AFB9FF

Color information

#AFB9FF (or 0xAFB9FF) is unknown color: approx Perano. HEX triplet: AF, B9 and FF. RGB value is (175,185,255). Sum of RGB (Red+Green+Blue) = 175+185+255=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FF is #504600. Grayscale: #BDBDBD. Windows color (decimal): -5260801 or 16759215. OLE color: 16759215.

HSL color Cylindrical-coordinate representation of color #AFB9FF: hue angle of 232.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB9FF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175185255-
CMYK0.310.2700
HSL232.5º100%84.31%-
HSV(B)232.5º31.37%100%-
XYZ53.0851.03101.66-
YUV189.99164.69117.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 41.46%
R=28.46%
G=30.08%
B=41.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751852550.310.2700232.510084.31
HexAFB9FF1F1B00e86454
Octal257271377373300350144124
Binary1010111110111001111111111111111011001110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9FF; }

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

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

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

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

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

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

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

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