Html Css Color HEX #A872CD Amethyst

📋 copy color: '#A872CD'

red 168 ◦ green 114 ◦ blue 205

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

Shades of Amethyst #A872CD

Tints of Amethyst #A872CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 34.5%
G = 23.41%
B = 42.09%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A872CD (or 0xA872CD) is known color: Amethyst. HEX triplet: A8, 72 and CD. RGB value is (168,114,205). Sum of RGB (Red+Green+Blue) = 168+114+205=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #A872CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872CD is #578D32. Grayscale: #8C8C8C. Windows color (decimal): -5737779 or 13464232. OLE color: 13464232.

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

Color convert

RGB 168 114 205 -
CMYK 0.18 0.44 0 0.20
HSL 275.6º 0.48% 0.63% -
HSV(B) 275.6º 0.44% 0.8% -
XYZ 33.19 24.77 60.79 -
YUV 140.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 168 114 205 0.18 0.44 0 0.20 275.6 0.48 0.63
Hex A8 72 CD 12 2C 0 14 114 30 3F
Octal 250 162 315 22 54 0 24 424 60 77
Binary 10101000 1110010 11001101 10010 101100 0 10100 100010100 110000 111111

Color Harmonies of #A872CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872CD

Black with #A872CD

Text Example


Text Example

White with #A872CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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