#AFB5FA

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

Shades of Perano #AFB5FA

Tints of Perano #AFB5FA

Color information

#AFB5FA (or 0xAFB5FA) is unknown color: approx Perano. HEX triplet: AF, B5 and FA. RGB value is (175,181,250). Sum of RGB (Red+Green+Blue) = 175+181+250=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5FA is #504A05. Grayscale: #BABABA. Windows color (decimal): -5261830 or 16430511. OLE color: 16430511.

HSL color Cylindrical-coordinate representation of color #AFB5FA: hue angle of 235.2º 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 #AFB5FA is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175181250-
CMYK0.30.2800.02
HSL235.2º88.24%83.33%-
HSV(B)235.2º30%98.04%-
XYZ51.4649.0697.2-
YUV187.07163.51119.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=28.88%
G=29.87%
B=41.25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751812500.30.2800.02235.288.2483.33
HexAFB5FA1E1C02eb5853
Octal257265372363402353130123
Binary10101111101101011111101011110111000101110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5FA; }

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

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

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

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

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

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

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

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