Html Css Color HEX #A975CD Amethyst

📋 copy color: '#A975CD'

red 169 ◦ green 117 ◦ blue 205

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

Shades of Amethyst #A975CD

Tints of Amethyst #A975CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 34.42%
G = 23.83%
B = 41.75%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A975CD (or 0xA975CD) is known color: Amethyst. HEX triplet: A9, 75 and CD. RGB value is (169,117,205). Sum of RGB (Red+Green+Blue) = 169+117+205=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A975CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975CD is #568A32. Grayscale: #8E8E8E. Windows color (decimal): -5671475 or 13465001. OLE color: 13465001.

HSL color Cylindrical-coordinate representation of color #A975CD: hue angle of 275.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A975CD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 117 205 -
CMYK 0.18 0.43 0 0.20
HSL 275.45º 0.47% 0.63% -
HSV(B) 275.45º 0.43% 0.8% -
XYZ 33.74 25.57 60.91 -
YUV 142.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 169 117 205 0.18 0.43 0 0.20 275.45 0.47 0.63
Hex A9 75 CD 12 2B 0 14 113 2F 3F
Octal 251 165 315 22 53 0 24 423 57 77
Binary 10101001 1110101 11001101 10010 101011 0 10100 100010011 101111 111111

Color Harmonies of #A975CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975CD

Black with #A975CD

Text Example


Text Example

White with #A975CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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