Html Css Color HEX #A873D4 Amethyst

📋 copy color: '#A873D4'

red 168 ◦ green 115 ◦ blue 212

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

Shades of Amethyst #A873D4

Tints of Amethyst #A873D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.83%

R = 33.94%
G = 23.23%
B = 42.83%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A873D4 (or 0xA873D4) is known color: Amethyst. HEX triplet: A8, 73 and D4. RGB value is (168,115,212). Sum of RGB (Red+Green+Blue) = 168+115+212=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #A873D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873D4 is #578C2B. Grayscale: #8D8D8D. Windows color (decimal): -5737516 or 13923240. OLE color: 13923240.

HSL color Cylindrical-coordinate representation of color #A873D4: hue angle of 272.78º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A873D4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 115 212 -
CMYK 0.21 0.46 0 0.17
HSL 272.78º 0.53% 0.64% -
HSV(B) 272.78º 0.46% 0.83% -
XYZ 34.16 25.34 65.38 -
YUV 141.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 168 115 212 0.21 0.46 0 0.17 272.78 0.53 0.64
Hex A8 73 D4 15 2E 0 11 111 35 40
Octal 250 163 324 25 56 0 21 421 65 100
Binary 10101000 1110011 11010100 10101 101110 0 10001 100010001 110101 1000000

Color Harmonies of #A873D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873D4

Black with #A873D4

Text Example


Text Example

White with #A873D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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