Html Css Color HEX #A970DB Amethyst

📋 copy color: '#A970DB'

red 169 ◦ green 112 ◦ blue 219

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

Shades of Amethyst #A970DB

Tints of Amethyst #A970DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 33.8%
G = 22.4%
B = 43.8%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A970DB (or 0xA970DB) is known color: Amethyst. HEX triplet: A9, 70 and DB. RGB value is (169,112,219). Sum of RGB (Red+Green+Blue) = 169+112+219=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A970DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DB is #568F24. Grayscale: #8C8C8C. Windows color (decimal): -5672741 or 14381225. OLE color: 14381225.

HSL color Cylindrical-coordinate representation of color #A970DB: hue angle of 271.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A970DB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 112 219 -
CMYK 0.23 0.49 0 0.14
HSL 271.96º 0.6% 0.65% -
HSV(B) 271.96º 0.49% 0.86% -
XYZ 34.94 25.14 70.03 -
YUV 141.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 169 112 219 0.23 0.49 0 0.14 271.96 0.6 0.65
Hex A9 70 DB 17 31 0 E 110 3C 41
Octal 251 160 333 27 61 0 16 420 74 101
Binary 10101001 1110000 11011011 10111 110001 0 1110 100010000 111100 1000001

Color Harmonies of #A970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970DB

Black with #A970DB

Text Example


Text Example

White with #A970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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