Html Css Color HEX #A972CF Amethyst

📋 copy color: '#A972CF'

red 169 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A972CF

Tints of Amethyst #A972CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

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

R = 34.49%
G = 23.27%
B = 42.24%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A972CF (or 0xA972CF) is known color: Amethyst. HEX triplet: A9, 72 and CF. RGB value is (169,114,207). Sum of RGB (Red+Green+Blue) = 169+114+207=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #A972CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972CF is #568D30. Grayscale: #8C8C8C. Windows color (decimal): -5672241 or 13595305. OLE color: 13595305.

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

Color convert

RGB 169 114 207 -
CMYK 0.18 0.45 0 0.19
HSL 275.48º 0.49% 0.63% -
HSV(B) 275.48º 0.45% 0.81% -
XYZ 33.64 24.97 62.08 -
YUV 141.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 169 114 207 0.18 0.45 0 0.19 275.48 0.49 0.63
Hex A9 72 CF 12 2D 0 13 113 31 3F
Octal 251 162 317 22 55 0 23 423 61 77
Binary 10101001 1110010 11001111 10010 101101 0 10011 100010011 110001 111111

Color Harmonies of #A972CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972CF

Black with #A972CF

Text Example


Text Example

White with #A972CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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