#AFABE9

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

Shades of Perano #AFABE9

Tints of Perano #AFABE9

Color information

#AFABE9 (or 0xAFABE9) is unknown color: approx Perano. HEX triplet: AF, AB and E9. RGB value is (175,171,233). Sum of RGB (Red+Green+Blue) = 175+171+233=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABE9 is #505416. Grayscale: #B3B3B3. Windows color (decimal): -5264407 or 15313839. OLE color: 15313839.

HSL color Cylindrical-coordinate representation of color #AFABE9: hue angle of 243.87º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFABE9 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175171233-
CMYK0.250.2700.09
HSL243.87º58.49%79.22%-
HSV(B)243.87º26.61%91.37%-
XYZ46.9544.1283.13-
YUV179.26158.33124.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=30.22%
G=29.53%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751712330.250.2700.09243.8758.4979.22
HexAFABE9191B09f43a4f
Octal257253351313301136472117
Binary101011111010101111101001110011101101001111101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABE9; }

 p { color: rgb(175,171,233); }

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

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

 a { background-color: rgb(175,171,233); }

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

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

 span { border-color: rgb(175,171,233); }

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