#AB9EFE

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

Shades of Perano #AB9EFE

Tints of Perano #AB9EFE

Color information

#AB9EFE (or 0xAB9EFE) is unknown color: approx Perano. HEX triplet: AB, 9E and FE. RGB value is (171,158,254). Sum of RGB (Red+Green+Blue) = 171+158+254=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB9EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EFE is #546101. Grayscale: #ACACAC. Windows color (decimal): -5529858 or 16686763. OLE color: 16686763.

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

Color convert

RGB171158254-
CMYK0.330.3800.00
HSL248.12º97.96%80.78%-
HSV(B)248.12º37.8%99.61%-
XYZ46.9140.2799.07-
YUV172.83173.81126.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=29.33%
G=27.10%
B=43.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711582540.330.3800.00248.1297.9680.78
HexAB9EFE212600f86251
Octal253236376414600370142121
Binary101010111001111011111110100001100110001111100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EFE; }

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

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

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

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

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

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

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

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