#AB9DFE

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

Shades of Perano #AB9DFE

Tints of Perano #AB9DFE

Color information

#AB9DFE (or 0xAB9DFE) is unknown color: approx Perano. HEX triplet: AB, 9D and FE. RGB value is (171,157,254). Sum of RGB (Red+Green+Blue) = 171+157+254=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DFE is #546201. Grayscale: #ABABAB. Windows color (decimal): -5530114 or 16686507. OLE color: 16686507.

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

Color convert

RGB171157254-
CMYK0.330.3800.00
HSL248.66º97.98%80.59%-
HSV(B)248.66º38.19%99.61%-
XYZ46.7439.9399.01-
YUV172.24174.14127.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=29.38%
G=26.98%
B=43.64%

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
Decimal1711572540.330.3800.00248.6697.9880.59
HexAB9DFE212600f96251
Octal253235376414600371142121
Binary101010111001110111111110100001100110001111100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DFE; }

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

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

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

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

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

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

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

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