Html Css Color HEX #AC68CC Amethyst

📋 copy color: '#AC68CC'

red 172 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #AC68CC

Tints of Amethyst #AC68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 35.83%
G = 21.67%
B = 42.5%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC68CC (or 0xAC68CC) is known color: Amethyst. HEX triplet: AC, 68 and CC. RGB value is (172,104,204). Sum of RGB (Red+Green+Blue) = 172+104+204=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CC is #539733. Grayscale: #878787. Windows color (decimal): -5478196 or 13396140. OLE color: 13396140.

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

Color convert

RGB 172 104 204 -
CMYK 0.16 0.49 0 0.2
HSL 280.8º 0.5% 0.6% -
HSV(B) 280.8º 0.49% 0.8% -
XYZ 32.86 23.03 59.84 -
YUV 135.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 172 104 204 0.16 0.49 0 0.2 280.8 0.5 0.6
Hex AC 68 CC 10 31 0 14 119 32 3C
Octal 254 150 314 20 61 0 24 431 62 74
Binary 10101100 1101000 11001100 10000 110001 0 10100 100011001 110010 111100

Color Harmonies of #AC68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68CC

Black with #AC68CC

Text Example


Text Example

White with #AC68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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