#A07ECF

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

Shades of Cold Purple #A07ECF

Tints of Cold Purple #A07ECF

Color information

#A07ECF (or 0xA07ECF) is unknown color: approx Cold Purple. HEX triplet: A0, 7E and CF. RGB value is (160,126,207). Sum of RGB (Red+Green+Blue) = 160+126+207=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A07ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECF is #5F8130. Grayscale: #919191. Windows color (decimal): -6258993 or 13598368. OLE color: 13598368.

HSL color Cylindrical-coordinate representation of color #A07ECF: hue angle of 265.19º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07ECF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160126207-
CMYK0.230.3900.19
HSL265.19º45.76%65.29%-
HSV(B)265.19º39.13%81.18%-
XYZ33.2226.962.47-
YUV145.4162.76138.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=32.45%
G=25.56%
B=41.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601262070.230.3900.19265.1945.7665.29
HexA07ECF17270131092e41
Octal240176317274702341156101
Binary10100000111111011001111101111001110100111000010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ECF; }

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

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

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

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

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

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

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

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