Html Css Color HEX #A872C8 Amethyst

📋 copy color: '#A872C8'

red 168 ◦ green 114 ◦ blue 200

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

Shades of Amethyst #A872C8

Tints of Amethyst #A872C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 34.85%
G = 23.65%
B = 41.49%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A872C8 (or 0xA872C8) is known color: Amethyst. HEX triplet: A8, 72 and C8. RGB value is (168,114,200). Sum of RGB (Red+Green+Blue) = 168+114+200=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #A872C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872C8 is #578D37. Grayscale: #8B8B8B. Windows color (decimal): -5737784 or 13136552. OLE color: 13136552.

HSL color Cylindrical-coordinate representation of color #A872C8: hue angle of 277.67º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A872C8 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 114 200 -
CMYK 0.16 0.43 0 0.22
HSL 277.67º 0.44% 0.62% -
HSV(B) 277.67º 0.43% 0.78% -
XYZ 32.59 24.53 57.66 -
YUV 139.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 168 114 200 0.16 0.43 0 0.22 277.67 0.44 0.62
Hex A8 72 C8 10 2B 0 16 116 2C 3E
Octal 250 162 310 20 53 0 26 426 54 76
Binary 10101000 1110010 11001000 10000 101011 0 10110 100010110 101100 111110

Color Harmonies of #A872C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872C8

Black with #A872C8

Text Example


Text Example

White with #A872C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872C8; }

 p { color: rgb(168,114,200); }

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

background-color css

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

 a { background-color: rgb(168,114,200); }

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

border-color css

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

 span { border-color: rgb(168,114,200); }

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