#ABA7F3

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

Shades of Perano #ABA7F3

Tints of Perano #ABA7F3

Color information

#ABA7F3 (or 0xABA7F3) is unknown color: approx Perano. HEX triplet: AB, A7 and F3. RGB value is (171,167,243). Sum of RGB (Red+Green+Blue) = 171+167+243=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABA7F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7F3 is #54580C. Grayscale: #B0B0B0. Windows color (decimal): -5527565 or 15968171. OLE color: 15968171.

HSL color Cylindrical-coordinate representation of color #ABA7F3: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA7F3 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171167243-
CMYK0.300.3100.05
HSL243.16º76%80.39%-
HSV(B)243.16º31.28%95.29%-
XYZ46.7942.7790.58-
YUV176.86165.33123.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 167 (65.62% from 255) = 28.74%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=29.43%
G=28.74%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711672430.300.3100.05243.167680.39
HexABA7F31E1F05f34c50
Octal253247363363705363114120
Binary101010111010011111110011111101111101011111001110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7F3; }

 p { color: rgb(171,167,243); }

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

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

 a { background-color: rgb(171,167,243); }

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

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

 span { border-color: rgb(171,167,243); }

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