Html Css Color HEX #A970C0 Amethyst

📋 copy color: '#A970C0'

red 169 ◦ green 112 ◦ blue 192

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

Shades of Amethyst #A970C0

Tints of Amethyst #A970C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 35.73%
G = 23.68%
B = 40.59%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A970C0 (or 0xA970C0) is known color: Amethyst. HEX triplet: A9, 70 and C0. RGB value is (169,112,192). Sum of RGB (Red+Green+Blue) = 169+112+192=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #A970C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970C0 is #568F3F. Grayscale: #898989. Windows color (decimal): -5672768 or 12611753. OLE color: 12611753.

HSL color Cylindrical-coordinate representation of color #A970C0: hue angle of 282.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A970C0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 112 192 -
CMYK 0.12 0.42 0 0.25
HSL 282.75º 0.39% 0.6% -
HSV(B) 282.75º 0.42% 0.75% -
XYZ 31.67 23.83 52.8 -
YUV 138.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 169 112 192 0.12 0.42 0 0.25 282.75 0.39 0.6
Hex A9 70 C0 C 2A 0 19 11B 27 3C
Octal 251 160 300 14 52 0 31 433 47 74
Binary 10101001 1110000 11000000 1100 101010 0 11001 100011011 100111 111100

Color Harmonies of #A970C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970C0

Black with #A970C0

Text Example


Text Example

White with #A970C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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