Html Css Color HEX #A975DB Amethyst

📋 copy color: '#A975DB'

red 169 ◦ green 117 ◦ blue 219

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

Shades of Amethyst #A975DB

Tints of Amethyst #A975DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

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

R = 33.47%
G = 23.17%
B = 43.37%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A975DB (or 0xA975DB) is known color: Amethyst. HEX triplet: A9, 75 and DB. RGB value is (169,117,219). Sum of RGB (Red+Green+Blue) = 169+117+219=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A975DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975DB is #568A24. Grayscale: #8F8F8F. Windows color (decimal): -5671461 or 14382505. OLE color: 14382505.

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

Color convert

RGB 169 117 219 -
CMYK 0.23 0.47 0 0.14
HSL 270.59º 0.59% 0.66% -
HSV(B) 270.59º 0.47% 0.86% -
XYZ 35.51 26.27 70.22 -
YUV 144.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 169 117 219 0.23 0.47 0 0.14 270.59 0.59 0.66
Hex A9 75 DB 17 2F 0 E 10F 3B 42
Octal 251 165 333 27 57 0 16 417 73 102
Binary 10101001 1110101 11011011 10111 101111 0 1110 100001111 111011 1000010

Color Harmonies of #A975DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975DB

Black with #A975DB

Text Example


Text Example

White with #A975DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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