#A07DC5

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

Shades of Cold Purple #A07DC5

Tints of Cold Purple #A07DC5

Color information

#A07DC5 (or 0xA07DC5) is unknown color: approx Cold Purple. HEX triplet: A0, 7D and C5. RGB value is (160,125,197). Sum of RGB (Red+Green+Blue) = 160+125+197=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A07DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DC5 is #5F823A. Grayscale: #8F8F8F. Windows color (decimal): -6259259 or 12942752. OLE color: 12942752.

HSL color Cylindrical-coordinate representation of color #A07DC5: hue angle of 269.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07DC5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160125197-
CMYK0.190.3700.23
HSL269.17º38.3%63.14%-
HSV(B)269.17º36.55%77.25%-
XYZ31.9126.1756.19-
YUV143.67158.1139.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=33.20%
G=25.93%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601251970.190.3700.23269.1738.363.14
HexA07DC5132501710d263f
Octal24017530523450274154677
Binary1010000011111011100010110011100101010111100001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DC5; }

 p { color: rgb(160,125,197); }

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

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

 a { background-color: rgb(160,125,197); }

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

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

 span { border-color: rgb(160,125,197); }

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