Html Css Color HEX #A97AD4 Amethyst

📋 copy color: '#A97AD4'

red 169 ◦ green 122 ◦ blue 212

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

Shades of Amethyst #A97AD4

Tints of Amethyst #A97AD4

RGB

 RED value IS 169 (66.41% from 255) = 33.6%

 GREEN value IS 122 (48.05% from 255) = 24.25%

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 33.6%
G = 24.25%
B = 42.15%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A97AD4 (or 0xA97AD4) is known color: Amethyst. HEX triplet: A9, 7A and D4. RGB value is (169,122,212). Sum of RGB (Red+Green+Blue) = 169+122+212=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #A97AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD4 is #56852B. Grayscale: #919191. Windows color (decimal): -5670188 or 13925033. OLE color: 13925033.

HSL color Cylindrical-coordinate representation of color #A97AD4: hue angle of 271.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97AD4 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 122 212 -
CMYK 0.20 0.42 0 0.17
HSL 271.33º 0.51% 0.65% -
HSV(B) 271.33º 0.42% 0.83% -
XYZ 35.21 27.11 65.66 -
YUV 146.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 169 122 212 0.20 0.42 0 0.17 271.33 0.51 0.65
Hex A9 7A D4 14 2A 0 11 10F 33 41
Octal 251 172 324 24 52 0 21 417 63 101
Binary 10101001 1111010 11010100 10100 101010 0 10001 100001111 110011 1000001

Color Harmonies of #A97AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97AD4

Black with #A97AD4

Text Example


Text Example

White with #A97AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97AD4; }

 p { color: rgb(169,122,212); }

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

background-color css

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

 a { background-color: rgb(169,122,212); }

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

border-color css

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

 span { border-color: rgb(169,122,212); }

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