#A484D4

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

Shades of Cold Purple #A484D4

Tints of Cold Purple #A484D4

Color information

#A484D4 (or 0xA484D4) is unknown color: approx Cold Purple. HEX triplet: A4, 84 and D4. RGB value is (164,132,212). Sum of RGB (Red+Green+Blue) = 164+132+212=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #A484D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484D4 is #5B7B2B. Grayscale: #969696. Windows color (decimal): -5995308 or 13927588. OLE color: 13927588.

HSL color Cylindrical-coordinate representation of color #A484D4: hue angle of 264º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A484D4 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164132212-
CMYK0.230.3800.17
HSL264º48.19%67.45%-
HSV(B)264º37.74%83.14%-
XYZ35.4429.1566.05-
YUV150.69162.6137.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=32.28%
G=25.98%
B=41.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641322120.230.3800.1726448.1967.45
HexA484D417260111083043
Octal244204324274602141060103
Binary101001001000010011010100101111001100100011000010001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484D4; }

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

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

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

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

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

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

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

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