Html Css Color HEX #A970C4 Amethyst

📋 copy color: '#A970C4'

red 169 ◦ green 112 ◦ blue 196

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

Shades of Amethyst #A970C4

Tints of Amethyst #A970C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 35.43%
G = 23.48%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A970C4 (or 0xA970C4) is known color: Amethyst. HEX triplet: A9, 70 and C4. RGB value is (169,112,196). Sum of RGB (Red+Green+Blue) = 169+112+196=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #A970C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970C4 is #568F3B. Grayscale: #8A8A8A. Windows color (decimal): -5672764 or 12873897. OLE color: 12873897.

HSL color Cylindrical-coordinate representation of color #A970C4: hue angle of 280.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A970C4 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 112 196 -
CMYK 0.14 0.43 0 0.23
HSL 280.71º 0.42% 0.6% -
HSV(B) 280.71º 0.43% 0.77% -
XYZ 32.12 24.01 55.17 -
YUV 138.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 169 112 196 0.14 0.43 0 0.23 280.71 0.42 0.6
Hex A9 70 C4 E 2B 0 17 119 2A 3C
Octal 251 160 304 16 53 0 27 431 52 74
Binary 10101001 1110000 11000100 1110 101011 0 10111 100011001 101010 111100

Color Harmonies of #A970C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970C4

Black with #A970C4

Text Example


Text Example

White with #A970C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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