#A27EC5

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

Shades of Cold Purple #A27EC5

Tints of Cold Purple #A27EC5

Color information

#A27EC5 (or 0xA27EC5) is unknown color: approx Cold Purple. HEX triplet: A2, 7E and C5. RGB value is (162,126,197). Sum of RGB (Red+Green+Blue) = 162+126+197=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #A27EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC5 is #5D813A. Grayscale: #909090. Windows color (decimal): -6127931 or 12943010. OLE color: 12943010.

HSL color Cylindrical-coordinate representation of color #A27EC5: hue angle of 270.42º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27EC5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162126197-
CMYK0.180.3600.23
HSL270.42º37.97%63.33%-
HSV(B)270.42º36.04%77.25%-
XYZ32.4426.6356.25-
YUV144.86157.43140.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 197 (77.34% from 255) = 40.62%
R=33.40%
G=25.98%
B=40.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621261970.180.3600.23270.4237.9763.33
HexA27EC5122401710e263f
Octal24217630522440274164677
Binary1010001011111101100010110010100100010111100001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EC5; }

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

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

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

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

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

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

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

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