#A07ECB

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

Shades of Cold Purple #A07ECB

Tints of Cold Purple #A07ECB

Color information

#A07ECB (or 0xA07ECB) is unknown color: approx Cold Purple. HEX triplet: A0, 7E and CB. RGB value is (160,126,203). Sum of RGB (Red+Green+Blue) = 160+126+203=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A07ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECB is #5F8134. Grayscale: #909090. Windows color (decimal): -6258997 or 13336224. OLE color: 13336224.

HSL color Cylindrical-coordinate representation of color #A07ECB: hue angle of 266.49º 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 #A07ECB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160126203-
CMYK0.210.3800.20
HSL266.49º42.54%64.51%-
HSV(B)266.49º37.93%79.61%-
XYZ32.7426.7159.93-
YUV144.94160.76138.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=32.72%
G=25.77%
B=41.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601262030.210.3800.20266.4942.5464.51
HexA07ECB152601410a2b41
Octal240176313254602441253101
Binary10100000111111011001011101011001100101001000010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ECB; }

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

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

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

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

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

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

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

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