Html Css Color HEX #A971DD Amethyst

📋 copy color: '#A971DD'

red 169 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #A971DD

Tints of Amethyst #A971DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 33.6%
G = 22.47%
B = 43.94%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A971DD (or 0xA971DD) is known color: Amethyst. HEX triplet: A9, 71 and DD. RGB value is (169,113,221). Sum of RGB (Red+Green+Blue) = 169+113+221=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A971DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971DD is #568E22. Grayscale: #8D8D8D. Windows color (decimal): -5672483 or 14512553. OLE color: 14512553.

HSL color Cylindrical-coordinate representation of color #A971DD: hue angle of 271.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A971DD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 113 221 -
CMYK 0.24 0.49 0 0.13
HSL 271.11º 0.61% 0.65% -
HSV(B) 271.11º 0.49% 0.87% -
XYZ 35.32 25.47 71.46 -
YUV 142.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 169 113 221 0.24 0.49 0 0.13 271.11 0.61 0.65
Hex A9 71 DD 18 31 0 D 10F 3D 41
Octal 251 161 335 30 61 0 15 417 75 101
Binary 10101001 1110001 11011101 11000 110001 0 1101 100001111 111101 1000001

Color Harmonies of #A971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971DD

Black with #A971DD

Text Example


Text Example

White with #A971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971DD; }

 p { color: rgb(169,113,221); }

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

background-color css

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

 a { background-color: rgb(169,113,221); }

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

border-color css

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

 span { border-color: rgb(169,113,221); }

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