#ABA5FE

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

Shades of Perano #ABA5FE

Tints of Perano #ABA5FE

Color information

#ABA5FE (or 0xABA5FE) is unknown color: approx Perano. HEX triplet: AB, A5 and FE. RGB value is (171,165,254). Sum of RGB (Red+Green+Blue) = 171+165+254=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5FE is #545A01. Grayscale: #B0B0B0. Windows color (decimal): -5528066 or 16688555. OLE color: 16688555.

HSL color Cylindrical-coordinate representation of color #ABA5FE: hue angle of 244.04º 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 #ABA5FE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171165254-
CMYK0.330.3500.00
HSL244.04º97.8%82.16%-
HSV(B)244.04º35.04%99.61%-
XYZ48.1442.7299.48-
YUV176.94171.49123.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=28.98%
G=27.97%
B=43.05%

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
Decimal1711652540.330.3500.00244.0497.882.16
HexABA5FE212300f46252
Octal253245376414300364142122
Binary101010111010010111111110100001100011001111010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5FE; }

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

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

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

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

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

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

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

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