#A27ECB

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

Shades of Cold Purple #A27ECB

Tints of Cold Purple #A27ECB

Color information

#A27ECB (or 0xA27ECB) is unknown color: approx Cold Purple. HEX triplet: A2, 7E and CB. RGB value is (162,126,203). Sum of RGB (Red+Green+Blue) = 162+126+203=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECB is #5D8134. Grayscale: #919191. Windows color (decimal): -6127925 or 13336226. OLE color: 13336226.

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

Color convert

RGB162126203-
CMYK0.200.3800.20
HSL268.05º42.54%64.51%-
HSV(B)268.05º37.93%79.61%-
XYZ33.1426.9159.95-
YUV145.54160.43139.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=32.99%
G=25.66%
B=41.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621262030.200.3800.20268.0542.5464.51
HexA27ECB142601410c2b41
Octal242176313244602441453101
Binary10100010111111011001011101001001100101001000011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ECB; }

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

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

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

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

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

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

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

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