Html Css Color HEX #AC70CC Amethyst

📋 copy color: '#AC70CC'

red 172 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #AC70CC

Tints of Amethyst #AC70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 35.25%
G = 22.95%
B = 41.8%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC70CC (or 0xAC70CC) is known color: Amethyst. HEX triplet: AC, 70 and CC. RGB value is (172,112,204). Sum of RGB (Red+Green+Blue) = 172+112+204=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CC is #538F33. Grayscale: #8C8C8C. Windows color (decimal): -5476148 or 13398188. OLE color: 13398188.

HSL color Cylindrical-coordinate representation of color #AC70CC: hue angle of 279.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC70CC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 112 204 -
CMYK 0.16 0.45 0 0.2
HSL 279.13º 0.47% 0.62% -
HSV(B) 279.13º 0.45% 0.8% -
XYZ 33.71 24.72 60.12 -
YUV 140.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 172 112 204 0.16 0.45 0 0.2 279.13 0.47 0.62
Hex AC 70 CC 10 2D 0 14 117 2F 3E
Octal 254 160 314 20 55 0 24 427 57 76
Binary 10101100 1110000 11001100 10000 101101 0 10100 100010111 101111 111110

Color Harmonies of #AC70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70CC

Black with #AC70CC

Text Example


Text Example

White with #AC70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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