#AB9FFD

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

Shades of Perano #AB9FFD

Tints of Perano #AB9FFD

Color information

#AB9FFD (or 0xAB9FFD) is unknown color: approx Perano. HEX triplet: AB, 9F and FD. RGB value is (171,159,253). Sum of RGB (Red+Green+Blue) = 171+159+253=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFD is #546002. Grayscale: #ACACAC. Windows color (decimal): -5529603 or 16621483. OLE color: 16621483.

HSL color Cylindrical-coordinate representation of color #AB9FFD: hue angle of 247.66º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9FFD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171159253-
CMYK0.320.3700.01
HSL247.66º95.92%80.78%-
HSV(B)247.66º37.15%99.22%-
XYZ46.9240.5598.28-
YUV173.3172.98126.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=29.33%
G=27.27%
B=43.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711592530.320.3700.01247.6695.9280.78
HexAB9FFD202501f86051
Octal253237375404501370140121
Binary101010111001111111111101100000100101011111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FFD; }

 p { color: rgb(171,159,253); }

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

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

 a { background-color: rgb(171,159,253); }

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

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

 span { border-color: rgb(171,159,253); }

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