Html Css Color HEX #A872CE Amethyst

📋 copy color: '#A872CE'

red 168 ◦ green 114 ◦ blue 206

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

Shades of Amethyst #A872CE

Tints of Amethyst #A872CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 34.43%
G = 23.36%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A872CE (or 0xA872CE) is known color: Amethyst. HEX triplet: A8, 72 and CE. RGB value is (168,114,206). Sum of RGB (Red+Green+Blue) = 168+114+206=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A872CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872CE is #578D31. Grayscale: #8C8C8C. Windows color (decimal): -5737778 or 13529768. OLE color: 13529768.

HSL color Cylindrical-coordinate representation of color #A872CE: hue angle of 275.22º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A872CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 114 206 -
CMYK 0.18 0.45 0 0.19
HSL 275.22º 0.48% 0.63% -
HSV(B) 275.22º 0.45% 0.81% -
XYZ 33.31 24.82 61.43 -
YUV 140.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 168 114 206 0.18 0.45 0 0.19 275.22 0.48 0.63
Hex A8 72 CE 12 2D 0 13 113 30 3F
Octal 250 162 316 22 55 0 23 423 60 77
Binary 10101000 1110010 11001110 10010 101101 0 10011 100010011 110000 111111

Color Harmonies of #A872CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872CE

Black with #A872CE

Text Example


Text Example

White with #A872CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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