#A79EBA

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

Shades of Cold Purple #A79EBA

Tints of Cold Purple #A79EBA

Color information

#A79EBA (or 0xA79EBA) is unknown color: approx Cold Purple. HEX triplet: A7, 9E and BA. RGB value is (167,158,186). Sum of RGB (Red+Green+Blue) = 167+158+186=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EBA is #586145. Grayscale: #A3A3A3. Windows color (decimal): -5792070 or 12230311. OLE color: 12230311.

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

Color convert

RGB167158186-
CMYK0.100.1500.27
HSL259.29º16.87%67.45%-
HSV(B)259.29º15.05%72.94%-
XYZ37.0336.2151.49-
YUV163.88140.48130.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=32.68%
G=30.92%
B=36.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671581860.100.1500.27259.2916.8767.45
HexA79EBAAF01B1031143
Octal247236272121703340321103
Binary10100111100111101011101010101111011011100000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79EBA; }

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

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

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

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

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

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

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

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