#ABA4FE

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

Shades of Perano #ABA4FE

Tints of Perano #ABA4FE

Color information

#ABA4FE (or 0xABA4FE) is unknown color: approx Perano. HEX triplet: AB, A4 and FE. RGB value is (171,164,254). Sum of RGB (Red+Green+Blue) = 171+164+254=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4FE is #545B01. Grayscale: #B0B0B0. Windows color (decimal): -5528322 or 16688299. OLE color: 16688299.

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

Color convert

RGB171164254-
CMYK0.330.3500.00
HSL244.67º97.83%81.96%-
HSV(B)244.67º35.43%99.61%-
XYZ47.9642.3699.42-
YUV176.35171.82124.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=29.03%
G=27.84%
B=43.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711642540.330.3500.00244.6797.8381.96
HexABA4FE212300f56252
Octal253244376414300365142122
Binary101010111010010011111110100001100011001111010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4FE; }

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

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

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

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

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

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

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

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