#ABA7F7

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

Shades of Perano #ABA7F7

Tints of Perano #ABA7F7

Color information

#ABA7F7 (or 0xABA7F7) is unknown color: approx Perano. HEX triplet: AB, A7 and F7. RGB value is (171,167,247). Sum of RGB (Red+Green+Blue) = 171+167+247=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABA7F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7F7 is #545808. Grayscale: #B1B1B1. Windows color (decimal): -5527561 or 16230315. OLE color: 16230315.

HSL color Cylindrical-coordinate representation of color #ABA7F7: hue angle of 243º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA7F7 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171167247-
CMYK0.310.3200.03
HSL243º83.33%81.18%-
HSV(B)243º32.39%96.86%-
XYZ47.443.0193.8-
YUV177.32167.33123.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 247 (96.88% from 255) = 42.22%
R=29.23%
G=28.55%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711672470.310.3200.0324383.3381.18
HexABA7F71F2003f35351
Octal253247367374003363123121
Binary101010111010011111110111111111000000111111001110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7F7; }

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

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

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

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

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

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

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

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