#ABA4F0

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

Shades of Perano #ABA4F0

Tints of Perano #ABA4F0

Color information

#ABA4F0 (or 0xABA4F0) is unknown color: approx Perano. HEX triplet: AB, A4 and F0. RGB value is (171,164,240). Sum of RGB (Red+Green+Blue) = 171+164+240=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABA4F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4F0 is #545B0F. Grayscale: #AEAEAE. Windows color (decimal): -5528336 or 15770795. OLE color: 15770795.

HSL color Cylindrical-coordinate representation of color #ABA4F0: hue angle of 245.53º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA4F0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171164240-
CMYK0.290.3200.06
HSL245.53º71.7%79.22%-
HSV(B)245.53º31.67%94.12%-
XYZ45.841.588.03-
YUV174.76164.82125.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=29.74%
G=28.52%
B=41.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711642400.290.3200.06245.5371.779.22
HexABA4F01D2006f6484f
Octal253244360354006366110117
Binary1010101110100100111100001110110000001101111011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4F0; }

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

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

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

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

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

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

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

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