Html Css Color HEX #AC70CF Amethyst

📋 copy color: '#AC70CF'

red 172 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #AC70CF

Tints of Amethyst #AC70CF

RGB

 RED value IS 172 (67.58% from 255) = 35.03%

 GREEN value IS 112 (44.14% from 255) = 22.81%

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

R = 35.03%
G = 22.81%
B = 42.16%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC70CF (or 0xAC70CF) is known color: Amethyst. HEX triplet: AC, 70 and CF. RGB value is (172,112,207). Sum of RGB (Red+Green+Blue) = 172+112+207=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CF is #538F30. Grayscale: #8C8C8C. Windows color (decimal): -5476145 or 13594796. OLE color: 13594796.

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

Color convert

RGB 172 112 207 -
CMYK 0.17 0.46 0 0.19
HSL 277.89º 0.5% 0.63% -
HSV(B) 277.89º 0.46% 0.81% -
XYZ 34.07 24.86 62.04 -
YUV 140.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 172 112 207 0.17 0.46 0 0.19 277.89 0.5 0.63
Hex AC 70 CF 11 2E 0 13 116 32 3F
Octal 254 160 317 21 56 0 23 426 62 77
Binary 10101100 1110000 11001111 10001 101110 0 10011 100010110 110010 111111

Color Harmonies of #AC70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70CF

Black with #AC70CF

Text Example


Text Example

White with #AC70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70CF; }

 p { color: rgb(172,112,207); }

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

background-color css

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

 a { background-color: rgb(172,112,207); }

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

border-color css

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

 span { border-color: rgb(172,112,207); }

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