#AFB5F3

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

Shades of Perano #AFB5F3

Tints of Perano #AFB5F3

Color information

#AFB5F3 (or 0xAFB5F3) is unknown color: approx Perano. HEX triplet: AF, B5 and F3. RGB value is (175,181,243). Sum of RGB (Red+Green+Blue) = 175+181+243=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5F3 is #504A0C. Grayscale: #BABABA. Windows color (decimal): -5261837 or 15971759. OLE color: 15971759.

HSL color Cylindrical-coordinate representation of color #AFB5F3: hue angle of 234.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB5F3 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175181243-
CMYK0.280.2600.05
HSL234.71º73.91%81.96%-
HSV(B)234.71º27.98%95.29%-
XYZ50.3848.6391.53-
YUV186.27160.01119.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=29.22%
G=30.22%
B=40.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751812430.280.2600.05234.7173.9181.96
HexAFB5F31C1A05eb4a52
Octal257265363343205353112122
Binary101011111011010111110011111001101001011110101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5F3; }

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

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

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

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

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

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

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

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