#ABAFFA

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

Shades of Perano #ABAFFA

Tints of Perano #ABAFFA

Color information

#ABAFFA (or 0xABAFFA) is unknown color: approx Perano. HEX triplet: AB, AF and FA. RGB value is (171,175,250). Sum of RGB (Red+Green+Blue) = 171+175+250=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFA is #545005. Grayscale: #B6B6B6. Windows color (decimal): -5525510 or 16428971. OLE color: 16428971.

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

Color convert

RGB171175250-
CMYK0.320.300.02
HSL236.96º88.76%82.55%-
HSV(B)236.96º31.6%98.04%-
XYZ49.3846.2296.76-
YUV182.35166.17119.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=28.69%
G=29.36%
B=41.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711752500.320.300.02236.9688.7682.55
HexABAFFA201E02ed5953
Octal253257372403602355131123
Binary101010111010111111111010100000111100101110110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFFA; }

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

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

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

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

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

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

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

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