Html Css Color HEX #A975CF Amethyst

📋 copy color: '#A975CF'

red 169 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A975CF

Tints of Amethyst #A975CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 34.28%
G = 23.73%
B = 41.99%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A975CF (or 0xA975CF) is known color: Amethyst. HEX triplet: A9, 75 and CF. RGB value is (169,117,207). Sum of RGB (Red+Green+Blue) = 169+117+207=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A975CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975CF is #568A30. Grayscale: #8E8E8E. Windows color (decimal): -5671473 or 13596073. OLE color: 13596073.

HSL color Cylindrical-coordinate representation of color #A975CF: hue angle of 274.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A975CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 117 207 -
CMYK 0.18 0.43 0 0.19
HSL 274.67º 0.48% 0.64% -
HSV(B) 274.67º 0.43% 0.81% -
XYZ 33.99 25.66 62.19 -
YUV 142.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 169 117 207 0.18 0.43 0 0.19 274.67 0.48 0.64
Hex A9 75 CF 12 2B 0 13 113 30 40
Octal 251 165 317 22 53 0 23 423 60 100
Binary 10101001 1110101 11001111 10010 101011 0 10011 100010011 110000 1000000

Color Harmonies of #A975CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975CF

Black with #A975CF

Text Example


Text Example

White with #A975CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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