#A07ECD

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

Shades of Cold Purple #A07ECD

Tints of Cold Purple #A07ECD

Color information

#A07ECD (or 0xA07ECD) is unknown color: approx Cold Purple. HEX triplet: A0, 7E and CD. RGB value is (160,126,205). Sum of RGB (Red+Green+Blue) = 160+126+205=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECD is #5F8132. Grayscale: #909090. Windows color (decimal): -6258995 or 13467296. OLE color: 13467296.

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

Color convert

RGB160126205-
CMYK0.220.3900.20
HSL265.82º44.13%64.9%-
HSV(B)265.82º38.54%80.39%-
XYZ32.9826.861.19-
YUV145.17161.76138.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=32.59%
G=25.66%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601262050.220.3900.20265.8244.1364.9
HexA07ECD162701410a2c41
Octal240176315264702441254101
Binary10100000111111011001101101101001110101001000010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ECD; }

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

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

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

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

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

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

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

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