Html Css Color HEX #A872CF Amethyst

📋 copy color: '#A872CF'

red 168 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A872CF

Tints of Amethyst #A872CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 34.36%
G = 23.31%
B = 42.33%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A872CF (or 0xA872CF) is known color: Amethyst. HEX triplet: A8, 72 and CF. RGB value is (168,114,207). Sum of RGB (Red+Green+Blue) = 168+114+207=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A872CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872CF is #578D30. Grayscale: #8C8C8C. Windows color (decimal): -5737777 or 13595304. OLE color: 13595304.

HSL color Cylindrical-coordinate representation of color #A872CF: hue angle of 274.84º degrees, saturation: 0.49, 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 #A872CF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 114 207 -
CMYK 0.19 0.45 0 0.19
HSL 274.84º 0.49% 0.63% -
HSV(B) 274.84º 0.45% 0.81% -
XYZ 33.43 24.86 62.07 -
YUV 140.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 168 114 207 0.19 0.45 0 0.19 274.84 0.49 0.63
Hex A8 72 CF 13 2D 0 13 113 31 3F
Octal 250 162 317 23 55 0 23 423 61 77
Binary 10101000 1110010 11001111 10011 101101 0 10011 100010011 110001 111111

Color Harmonies of #A872CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872CF

Black with #A872CF

Text Example


Text Example

White with #A872CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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