Html Css Color HEX #A472DA Amethyst

📋 copy color: '#A472DA'

red 164 ◦ green 114 ◦ blue 218

#A472DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A472DA

Tints of Amethyst #A472DA

RGB

 RED value IS 164 (64.45% from 255) = 33.06%

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 33.06%
G = 22.98%
B = 43.95%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A472DA (or 0xA472DA) is known color: Amethyst. HEX triplet: A4, 72 and DA. RGB value is (164,114,218). Sum of RGB (Red+Green+Blue) = 164+114+218=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A472DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472DA is #5B8D25. Grayscale: #8C8C8C. Windows color (decimal): -5999910 or 14316196. OLE color: 14316196.

HSL color Cylindrical-coordinate representation of color #A472DA: hue angle of 268.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A472DA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 114 218 -
CMYK 0.25 0.48 0 0.15
HSL 268.85º 0.58% 0.65% -
HSV(B) 268.85º 0.48% 0.85% -
XYZ 33.98 24.99 69.36 -
YUV 140.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 164 114 218 0.25 0.48 0 0.15 268.85 0.58 0.65
Hex A4 72 DA 19 30 0 F 10D 3A 41
Octal 244 162 332 31 60 0 17 415 72 101
Binary 10100100 1110010 11011010 11001 110000 0 1111 100001101 111010 1000001

Color Harmonies of #A472DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472DA

Black with #A472DA

Text Example


Text Example

White with #A472DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472DA; }

 p { color: rgb(164,114,218); }

 H1.HeaderClassName
 {
   color: #A472DA;
 }
 .AnyTagClassName
 {
   color: #A472DA;
 }
</style>

background-color css

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

 a { background-color: rgb(164,114,218); }

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

border-color css

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

 span { border-color: rgb(164,114,218); }

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