#A482CE

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

Shades of Cold Purple #A482CE

Tints of Cold Purple #A482CE

Color information

#A482CE (or 0xA482CE) is unknown color: approx Cold Purple. HEX triplet: A4, 82 and CE. RGB value is (164,130,206). Sum of RGB (Red+Green+Blue) = 164+130+206=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A482CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CE is #5B7D31. Grayscale: #949494. Windows color (decimal): -5995826 or 13533860. OLE color: 13533860.

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

Color convert

RGB164130206-
CMYK0.200.3700.19
HSL266.84º43.68%65.88%-
HSV(B)266.84º36.89%80.78%-
XYZ34.4328.3162.04-
YUV148.83160.26138.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=32.8%
G=26%
B=41.2%

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
Decimal1641302060.200.3700.19266.8443.6865.88
HexA482CE142501310b2c42
Octal244202316244502341354102
Binary101001001000001011001110101001001010100111000010111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482CE; }

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

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

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

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

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

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

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

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