#A79ABA

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

Shades of Cold Purple #A79ABA

Tints of Cold Purple #A79ABA

Color information

#A79ABA (or 0xA79ABA) is unknown color: approx Cold Purple. HEX triplet: A7, 9A and BA. RGB value is (167,154,186). Sum of RGB (Red+Green+Blue) = 167+154+186=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ABA is #586545. Grayscale: #A1A1A1. Windows color (decimal): -5793094 or 12229287. OLE color: 12229287.

HSL color Cylindrical-coordinate representation of color #A79ABA: hue angle of 264.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A79ABA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167154186-
CMYK0.100.1700.27
HSL264.38º18.82%66.67%-
HSV(B)264.38º17.2%72.94%-
XYZ36.3534.8751.27-
YUV161.54141.81131.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=32.94%
G=30.37%
B=36.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671541860.100.1700.27264.3818.8266.67
HexA79ABAA1101B1081343
Octal247232272122103341023103
Binary101001111001101010111010101010001011011100001000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79ABA; }

 p { color: rgb(167,154,186); }

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

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

 a { background-color: rgb(167,154,186); }

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

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

 span { border-color: rgb(167,154,186); }

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