#ABA4FF

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

Shades of Perano #ABA4FF

Tints of Perano #ABA4FF

Color information

#ABA4FF (or 0xABA4FF) is unknown color: approx Perano. HEX triplet: AB, A4 and FF. RGB value is (171,164,255). Sum of RGB (Red+Green+Blue) = 171+164+255=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4FF is #545B00. Grayscale: #B0B0B0. Windows color (decimal): -5528321 or 16753835. OLE color: 16753835.

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

Color convert

RGB171164255-
CMYK0.330.3600
HSL244.62º100%82.16%-
HSV(B)244.62º35.69%100%-
XYZ48.1242.43100.26-
YUV176.47172.32124.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 255 (100% from 255) = 43.22%
R=28.98%
G=27.80%
B=43.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711642550.330.3600244.6210082.16
HexABA4FF212400f56452
Octal253244377414400365144122
Binary101010111010010011111111100001100100001111010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4FF; }

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

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

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

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

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

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

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

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