#ABA8FC

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

Shades of Perano #ABA8FC

Tints of Perano #ABA8FC

Color information

#ABA8FC (or 0xABA8FC) is unknown color: approx Perano. HEX triplet: AB, A8 and FC. RGB value is (171,168,252). Sum of RGB (Red+Green+Blue) = 171+168+252=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8FC is #545703. Grayscale: #B2B2B2. Windows color (decimal): -5527300 or 16558251. OLE color: 16558251.

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

Color convert

RGB171168252-
CMYK0.320.3300.01
HSL242.14º93.33%82.35%-
HSV(B)242.14º33.33%98.82%-
XYZ48.3743.6997.98-
YUV178.47169.49122.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=28.93%
G=28.43%
B=42.64%

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
Decimal1711682520.320.3300.01242.1493.3382.35
HexABA8FC202101f25d52
Octal253250374404101362135122
Binary101010111010100011111100100000100001011111001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8FC; }

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

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

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

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

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

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

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

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