#AB9EFF

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

Shades of Perano #AB9EFF

Tints of Perano #AB9EFF

Color information

#AB9EFF (or 0xAB9EFF) is unknown color: approx Perano. HEX triplet: AB, 9E and FF. RGB value is (171,158,255). Sum of RGB (Red+Green+Blue) = 171+158+255=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EFF is #546100. Grayscale: #ACACAC. Windows color (decimal): -5529857 or 16752299. OLE color: 16752299.

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

Color convert

RGB171158255-
CMYK0.330.3800
HSL248.04º100%80.98%-
HSV(B)248.04º38.04%100%-
XYZ47.0740.3399.91-
YUV172.94174.31126.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 255 (100% from 255) = 43.66%
R=29.28%
G=27.05%
B=43.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711582550.330.3800248.0410080.98
HexAB9EFF212600f86451
Octal253236377414600370144121
Binary101010111001111011111111100001100110001111100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EFF; }

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

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

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

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

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

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

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

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