#AFB9FA

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

Shades of Perano #AFB9FA

Tints of Perano #AFB9FA

Color information

#AFB9FA (or 0xAFB9FA) is unknown color: approx Perano. HEX triplet: AF, B9 and FA. RGB value is (175,185,250). Sum of RGB (Red+Green+Blue) = 175+185+250=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FA is #504605. Grayscale: #BDBDBD. Windows color (decimal): -5260806 or 16431535. OLE color: 16431535.

HSL color Cylindrical-coordinate representation of color #AFB9FA: hue angle of 232º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB9FA is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175185250-
CMYK0.30.2600.02
HSL232º88.24%83.33%-
HSV(B)232º30%98.04%-
XYZ52.2850.7197.48-
YUV189.42162.19117.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=28.69%
G=30.33%
B=40.98%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751852500.30.2600.0223288.2483.33
HexAFB9FA1E1A02e85853
Octal257271372363202350130123
Binary10101111101110011111101011110110100101110100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9FA; }

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

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

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

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

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

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

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

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