#ABA9FC

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

Shades of Perano #ABA9FC

Tints of Perano #ABA9FC

Color information

#ABA9FC (or 0xABA9FC) is unknown color: approx Perano. HEX triplet: AB, A9 and FC. RGB value is (171,169,252). Sum of RGB (Red+Green+Blue) = 171+169+252=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABA9FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9FC is #545603. Grayscale: #B2B2B2. Windows color (decimal): -5527044 or 16558507. OLE color: 16558507.

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

Color convert

RGB171169252-
CMYK0.320.3300.01
HSL241.45º93.26%82.55%-
HSV(B)241.45º32.94%98.82%-
XYZ48.5544.0698.04-
YUV179.06169.16122.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=28.89%
G=28.55%
B=42.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711692520.320.3300.01241.4593.2682.55
HexABA9FC202101f15d53
Octal253251374404101361135123
Binary101010111010100111111100100000100001011111000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9FC; }

 p { color: rgb(171,169,252); }

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

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

 a { background-color: rgb(171,169,252); }

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

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

 span { border-color: rgb(171,169,252); }

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