#A483CD

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

Shades of Cold Purple #A483CD

Tints of Cold Purple #A483CD

Color information

#A483CD (or 0xA483CD) is unknown color: approx Cold Purple. HEX triplet: A4, 83 and CD. RGB value is (164,131,205). Sum of RGB (Red+Green+Blue) = 164+131+205=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A483CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CD is #5B7C32. Grayscale: #959595. Windows color (decimal): -5995571 or 13468580. OLE color: 13468580.

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

Color convert

RGB164131205-
CMYK0.20.3600.20
HSL266.76º42.53%65.88%-
HSV(B)266.76º36.1%80.39%-
XYZ34.4528.5361.45-
YUV149.3159.43138.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=32.8%
G=26.2%
B=41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641312050.20.3600.20266.7642.5365.88
HexA483CD142401410b2b42
Octal244203315244402441353102
Binary101001001000001111001101101001001000101001000010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483CD; }

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

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

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

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

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

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

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

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