#ABA9FF

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

Shades of Perano #ABA9FF

Tints of Perano #ABA9FF

Color information

#ABA9FF (or 0xABA9FF) is unknown color: approx Perano. HEX triplet: AB, A9 and FF. RGB value is (171,169,255). Sum of RGB (Red+Green+Blue) = 171+169+255=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9FF is #545600. Grayscale: #B3B3B3. Windows color (decimal): -5527041 or 16755115. OLE color: 16755115.

HSL color Cylindrical-coordinate representation of color #ABA9FF: hue angle of 241.4º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA9FF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171169255-
CMYK0.330.3400
HSL241.4º100%83.14%-
HSV(B)241.4º33.73%100%-
XYZ49.0344.25100.57-
YUV179.4170.66122.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 255 (100% from 255) = 42.86%
R=28.74%
G=28.40%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711692550.330.3400241.410083.14
HexABA9FF212200f16453
Octal253251377414200361144123
Binary101010111010100111111111100001100010001111000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9FF; }

 p { color: rgb(171,169,255); }

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

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

 a { background-color: rgb(171,169,255); }

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

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

 span { border-color: rgb(171,169,255); }

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