#A483C6

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

Shades of Cold Purple #A483C6

Tints of Cold Purple #A483C6

Color information

#A483C6 (or 0xA483C6) is unknown color: approx Cold Purple. HEX triplet: A4, 83 and C6. RGB value is (164,131,198). Sum of RGB (Red+Green+Blue) = 164+131+198=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #A483C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483C6 is #5B7C39. Grayscale: #949494. Windows color (decimal): -5995578 or 13009828. OLE color: 13009828.

HSL color Cylindrical-coordinate representation of color #A483C6: hue angle of 269.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A483C6 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164131198-
CMYK0.170.3400.22
HSL269.55º37.02%64.51%-
HSV(B)269.55º33.84%77.65%-
XYZ33.6228.257.1-
YUV148.5155.93139.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=33.27%
G=26.57%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641311980.170.3400.22269.5537.0264.51
HexA483C6112201610e2541
Octal244203306214202641645101
Binary101001001000001111000110100011000100101101000011101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483C6; }

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

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

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

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

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

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

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

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