Html Css Color HEX #A970DF Amethyst

📋 copy color: '#A970DF'

red 169 ◦ green 112 ◦ blue 223

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

Shades of Amethyst #A970DF

Tints of Amethyst #A970DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 33.53%
G = 22.22%
B = 44.25%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A970DF (or 0xA970DF) is known color: Amethyst. HEX triplet: A9, 70 and DF. RGB value is (169,112,223). Sum of RGB (Red+Green+Blue) = 169+112+223=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A970DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DF is #568F20. Grayscale: #8D8D8D. Windows color (decimal): -5672737 or 14643369. OLE color: 14643369.

HSL color Cylindrical-coordinate representation of color #A970DF: hue angle of 270.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A970DF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 112 223 -
CMYK 0.24 0.50 0 0.13
HSL 270.81º 0.63% 0.66% -
HSV(B) 270.81º 0.5% 0.87% -
XYZ 35.48 25.35 72.84 -
YUV 141.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 169 112 223 0.24 0.50 0 0.13 270.81 0.63 0.66
Hex A9 70 DF 18 32 0 D 10F 3F 42
Octal 251 160 337 30 62 0 15 417 77 102
Binary 10101001 1110000 11011111 11000 110010 0 1101 100001111 111111 1000010

Color Harmonies of #A970DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970DF

Black with #A970DF

Text Example


Text Example

White with #A970DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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