#ABA4FA

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

Shades of Perano #ABA4FA

Tints of Perano #ABA4FA

Color information

#ABA4FA (or 0xABA4FA) is unknown color: approx Perano. HEX triplet: AB, A4 and FA. RGB value is (171,164,250). Sum of RGB (Red+Green+Blue) = 171+164+250=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4FA is #545B05. Grayscale: #AFAFAF. Windows color (decimal): -5528326 or 16426155. OLE color: 16426155.

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

Color convert

RGB171164250-
CMYK0.320.3400.02
HSL244.88º89.58%81.18%-
HSV(B)244.88º34.4%98.04%-
XYZ47.3342.1196.08-
YUV175.9169.82124.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=29.23%
G=28.03%
B=42.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711642500.320.3400.02244.8889.5881.18
HexABA4FA202202f55a51
Octal253244372404202365132121
Binary1010101110100100111110101000001000100101111010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4FA; }

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

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

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

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

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

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

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

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