#A792C0

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

Shades of Cold Purple #A792C0

Tints of Cold Purple #A792C0

Color information

#A792C0 (or 0xA792C0) is unknown color: approx Cold Purple. HEX triplet: A7, 92 and C0. RGB value is (167,146,192). Sum of RGB (Red+Green+Blue) = 167+146+192=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A792C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792C0 is #586D3F. Grayscale: #9D9D9D. Windows color (decimal): -5795136 or 12620455. OLE color: 12620455.

HSL color Cylindrical-coordinate representation of color #A792C0: hue angle of 267.39º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A792C0 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167146192-
CMYK0.130.2400.25
HSL267.39º26.74%66.27%-
HSV(B)267.39º23.96%75.29%-
XYZ35.7332.5854.27-
YUV157.52147.46134.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=33.07%
G=28.91%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671461920.130.2400.25267.3926.7466.27
HexA792C0D1801910b1b42
Octal247222300153003141333102
Binary101001111001001011000000110111000011001100001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792C0; }

 p { color: rgb(167,146,192); }

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

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

 a { background-color: rgb(167,146,192); }

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

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

 span { border-color: rgb(167,146,192); }

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