#A07FCD

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

Shades of Cold Purple #A07FCD

Tints of Cold Purple #A07FCD

Color information

#A07FCD (or 0xA07FCD) is unknown color: approx Cold Purple. HEX triplet: A0, 7F and CD. RGB value is (160,127,205). Sum of RGB (Red+Green+Blue) = 160+127+205=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCD is #5F8032. Grayscale: #919191. Windows color (decimal): -6258739 or 13467552. OLE color: 13467552.

HSL color Cylindrical-coordinate representation of color #A07FCD: hue angle of 265.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07FCD is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160127205-
CMYK0.220.3800.20
HSL265.38º43.82%65.1%-
HSV(B)265.38º38.05%80.39%-
XYZ33.1127.0661.24-
YUV145.76161.43138.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=32.52%
G=25.81%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601272050.220.3800.20265.3843.8265.1
HexA07FCD16260141092c41
Octal240177315264602441154101
Binary10100000111111111001101101101001100101001000010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FCD; }

 p { color: rgb(160,127,205); }

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

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

 a { background-color: rgb(160,127,205); }

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

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

 span { border-color: rgb(160,127,205); }

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