Html Css Color HEX #A470DA Amethyst

📋 copy color: '#A470DA'

red 164 ◦ green 112 ◦ blue 218

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

Shades of Amethyst #A470DA

Tints of Amethyst #A470DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 33.2%
G = 22.67%
B = 44.13%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A470DA (or 0xA470DA) is known color: Amethyst. HEX triplet: A4, 70 and DA. RGB value is (164,112,218). Sum of RGB (Red+Green+Blue) = 164+112+218=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A470DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470DA is #5B8F25. Grayscale: #8B8B8B. Windows color (decimal): -6000422 or 14315684. OLE color: 14315684.

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

Color convert

RGB 164 112 218 -
CMYK 0.25 0.49 0 0.15
HSL 269.43º 0.59% 0.65% -
HSV(B) 269.43º 0.49% 0.85% -
XYZ 33.76 24.54 69.29 -
YUV 139.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 164 112 218 0.25 0.49 0 0.15 269.43 0.59 0.65
Hex A4 70 DA 19 31 0 F 10D 3B 41
Octal 244 160 332 31 61 0 17 415 73 101
Binary 10100100 1110000 11011010 11001 110001 0 1111 100001101 111011 1000001

Color Harmonies of #A470DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470DA

Black with #A470DA

Text Example


Text Example

White with #A470DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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