#A483CE

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

Shades of Cold Purple #A483CE

Tints of Cold Purple #A483CE

Color information

#A483CE (or 0xA483CE) is unknown color: approx Cold Purple. HEX triplet: A4, 83 and CE. RGB value is (164,131,206). Sum of RGB (Red+Green+Blue) = 164+131+206=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A483CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CE is #5B7C31. Grayscale: #959595. Windows color (decimal): -5995570 or 13534116. OLE color: 13534116.

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

Color convert

RGB164131206-
CMYK0.200.3600.19
HSL266.4º43.35%66.08%-
HSV(B)266.4º36.41%80.78%-
XYZ34.5728.5862.09-
YUV149.42159.93138.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=32.73%
G=26.15%
B=41.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641312060.200.3600.19266.443.3566.08
HexA483CE142401310a2b42
Octal244203316244402341253102
Binary101001001000001111001110101001001000100111000010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483CE; }

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

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

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

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

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

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

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

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