#ABA2FA

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

Shades of Perano #ABA2FA

Tints of Perano #ABA2FA

Color information

#ABA2FA (or 0xABA2FA) is unknown color: approx Perano. HEX triplet: AB, A2 and FA. RGB value is (171,162,250). Sum of RGB (Red+Green+Blue) = 171+162+250=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2FA is #545D05. Grayscale: #AEAEAE. Windows color (decimal): -5528838 or 16425643. OLE color: 16425643.

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

Color convert

RGB171162250-
CMYK0.320.3500.02
HSL246.14º89.8%80.78%-
HSV(B)246.14º35.2%98.04%-
XYZ46.9741.495.96-
YUV174.72170.48125.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=29.33%
G=27.79%
B=42.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711622500.320.3500.02246.1489.880.78
HexABA2FA202302f65a51
Octal253242372404302366132121
Binary1010101110100010111110101000001000110101111011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2FA; }

 p { color: rgb(171,162,250); }

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

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

 a { background-color: rgb(171,162,250); }

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

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

 span { border-color: rgb(171,162,250); }

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