#A484CD

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

Shades of Cold Purple #A484CD

Tints of Cold Purple #A484CD

Color information

#A484CD (or 0xA484CD) is unknown color: approx Cold Purple. HEX triplet: A4, 84 and CD. RGB value is (164,132,205). Sum of RGB (Red+Green+Blue) = 164+132+205=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A484CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CD is #5B7B32. Grayscale: #959595. Windows color (decimal): -5995315 or 13468836. OLE color: 13468836.

HSL color Cylindrical-coordinate representation of color #A484CD: hue angle of 266.3º degrees, saturation: 0.42, 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 #A484CD is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164132205-
CMYK0.20.3600.20
HSL266.3º42.2%66.08%-
HSV(B)266.3º35.61%80.39%-
XYZ34.5828.861.49-
YUV149.89159.1138.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=32.73%
G=26.35%
B=40.92%

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
Decimal1641322050.20.3600.20266.342.266.08
HexA484CD142401410a2a42
Octal244204315244402441252102
Binary101001001000010011001101101001001000101001000010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484CD; }

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

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

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

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

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

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

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

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