Html Css Color HEX #A873C4 Amethyst

📋 copy color: '#A873C4'

red 168 ◦ green 115 ◦ blue 196

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

Shades of Amethyst #A873C4

Tints of Amethyst #A873C4

RGB

 RED value IS 168 (66.02% from 255) = 35.07%

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 35.07%
G = 24.01%
B = 40.92%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A873C4 (or 0xA873C4) is known color: Amethyst. HEX triplet: A8, 73 and C4. RGB value is (168,115,196). Sum of RGB (Red+Green+Blue) = 168+115+196=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #A873C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873C4 is #578C3B. Grayscale: #8B8B8B. Windows color (decimal): -5737532 or 12874664. OLE color: 12874664.

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

Color convert

RGB 168 115 196 -
CMYK 0.14 0.41 0 0.23
HSL 279.26º 0.41% 0.61% -
HSV(B) 279.26º 0.41% 0.77% -
XYZ 32.24 24.57 55.27 -
YUV 140.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 168 115 196 0.14 0.41 0 0.23 279.26 0.41 0.61
Hex A8 73 C4 E 29 0 17 117 29 3D
Octal 250 163 304 16 51 0 27 427 51 75
Binary 10101000 1110011 11000100 1110 101001 0 10111 100010111 101001 111101

Color Harmonies of #A873C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873C4

Black with #A873C4

Text Example


Text Example

White with #A873C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873C4; }

 p { color: rgb(168,115,196); }

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

background-color css

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

 a { background-color: rgb(168,115,196); }

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

border-color css

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

 span { border-color: rgb(168,115,196); }

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