#A27FCC

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

Shades of Cold Purple #A27FCC

Tints of Cold Purple #A27FCC

Color information

#A27FCC (or 0xA27FCC) is unknown color: approx Cold Purple. HEX triplet: A2, 7F and CC. RGB value is (162,127,204). Sum of RGB (Red+Green+Blue) = 162+127+204=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCC is #5D8033. Grayscale: #919191. Windows color (decimal): -6127668 or 13402018. OLE color: 13402018.

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

Color convert

RGB162127204-
CMYK0.210.3800.2
HSL267.27º43.02%64.9%-
HSV(B)267.27º37.75%80%-
XYZ33.3927.2260.62-
YUV146.24160.6139.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=32.86%
G=25.76%
B=41.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621272040.210.3800.2267.2743.0264.9
HexA27FCC152601410b2b41
Octal242177314254602441353101
Binary10100010111111111001100101011001100101001000010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FCC; }

 p { color: rgb(162,127,204); }

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

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

 a { background-color: rgb(162,127,204); }

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

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

 span { border-color: rgb(162,127,204); }

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