#ABA3FC

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

Shades of Perano #ABA3FC

Tints of Perano #ABA3FC

Color information

#ABA3FC (or 0xABA3FC) is unknown color: approx Perano. HEX triplet: AB, A3 and FC. RGB value is (171,163,252). Sum of RGB (Red+Green+Blue) = 171+163+252=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABA3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3FC is #545C03. Grayscale: #AFAFAF. Windows color (decimal): -5528580 or 16556971. OLE color: 16556971.

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

Color convert

RGB171163252-
CMYK0.320.3500.01
HSL245.39º93.68%81.37%-
HSV(B)245.39º35.32%98.82%-
XYZ47.4641.8897.68-
YUV175.54171.15124.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=29.18%
G=27.82%
B=43.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711632520.320.3500.01245.3993.6881.37
HexABA3FC202301f55e51
Octal253243374404301365136121
Binary101010111010001111111100100000100011011111010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3FC; }

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

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

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

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

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

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

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

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