Html Css Color HEX #A970DA Amethyst

📋 copy color: '#A970DA'

red 169 ◦ green 112 ◦ blue 218

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

Shades of Amethyst #A970DA

Tints of Amethyst #A970DA

RGB

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

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

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

R = 33.87%
G = 22.44%
B = 43.69%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A970DA (or 0xA970DA) is known color: Amethyst. HEX triplet: A9, 70 and DA. RGB value is (169,112,218). Sum of RGB (Red+Green+Blue) = 169+112+218=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A970DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DA is #568F25. Grayscale: #8C8C8C. Windows color (decimal): -5672742 or 14315689. OLE color: 14315689.

HSL color Cylindrical-coordinate representation of color #A970DA: hue angle of 272.26º 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 #A970DA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 112 218 -
CMYK 0.22 0.49 0 0.15
HSL 272.26º 0.59% 0.65% -
HSV(B) 272.26º 0.49% 0.85% -
XYZ 34.81 25.09 69.34 -
YUV 141.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 169 112 218 0.22 0.49 0 0.15 272.26 0.59 0.65
Hex A9 70 DA 16 31 0 F 110 3B 41
Octal 251 160 332 26 61 0 17 420 73 101
Binary 10101001 1110000 11011010 10110 110001 0 1111 100010000 111011 1000001

Color Harmonies of #A970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970DA

Black with #A970DA

Text Example


Text Example

White with #A970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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