#ABA9FA

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

Shades of Perano #ABA9FA

Tints of Perano #ABA9FA

Color information

#ABA9FA (or 0xABA9FA) is unknown color: approx Perano. HEX triplet: AB, A9 and FA. RGB value is (171,169,250). Sum of RGB (Red+Green+Blue) = 171+169+250=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9FA is #545605. Grayscale: #B2B2B2. Windows color (decimal): -5527046 or 16427435. OLE color: 16427435.

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

Color convert

RGB171169250-
CMYK0.320.3200.02
HSL241.48º89.01%82.16%-
HSV(B)241.48º32.4%98.04%-
XYZ48.2443.9496.38-
YUV178.83168.16122.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=28.98%
G=28.64%
B=42.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711692500.320.3200.02241.4889.0182.16
HexABA9FA202002f15952
Octal253251372404002361131122
Binary1010101110101001111110101000001000000101111000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9FA; }

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

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

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

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

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

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

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

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