#A07FCC

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

Shades of Cold Purple #A07FCC

Tints of Cold Purple #A07FCC

Color information

#A07FCC (or 0xA07FCC) is unknown color: approx Cold Purple. HEX triplet: A0, 7F and CC. RGB value is (160,127,204). Sum of RGB (Red+Green+Blue) = 160+127+204=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #A07FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCC is #5F8033. Grayscale: #919191. Windows color (decimal): -6258740 or 13402016. OLE color: 13402016.

HSL color Cylindrical-coordinate representation of color #A07FCC: hue angle of 265.71º degrees, saturation: 0.43, 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 #A07FCC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160127204-
CMYK0.220.3800.2
HSL265.71º43.02%64.9%-
HSV(B)265.71º37.75%80%-
XYZ32.9927.0160.6-
YUV145.64160.93138.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=32.59%
G=25.87%
B=41.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601272040.220.3800.2265.7143.0264.9
HexA07FCC162601410a2b41
Octal240177314264602441253101
Binary10100000111111111001100101101001100101001000010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FCC; }

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

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

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

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

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

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

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

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