#A481CE

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

Shades of Cold Purple #A481CE

Tints of Cold Purple #A481CE

Color information

#A481CE (or 0xA481CE) is unknown color: approx Cold Purple. HEX triplet: A4, 81 and CE. RGB value is (164,129,206). Sum of RGB (Red+Green+Blue) = 164+129+206=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #A481CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CE is #5B7E31. Grayscale: #939393. Windows color (decimal): -5996082 or 13533604. OLE color: 13533604.

HSL color Cylindrical-coordinate representation of color #A481CE: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A481CE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164129206-
CMYK0.200.3700.19
HSL267.27º44%65.69%-
HSV(B)267.27º37.38%80.78%-
XYZ34.328.0562-
YUV148.24160.6139.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=32.87%
G=25.85%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641292060.200.3700.19267.274465.69
HexA481CE142501310b2c42
Octal244201316244502341354102
Binary101001001000000111001110101001001010100111000010111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481CE; }

 p { color: rgb(164,129,206); }

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

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

 a { background-color: rgb(164,129,206); }

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

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

 span { border-color: rgb(164,129,206); }

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