Html Css Color HEX #AC68C9 Amethyst

📋 copy color: '#AC68C9'

red 172 ◦ green 104 ◦ blue 201

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

Shades of Amethyst #AC68C9

Tints of Amethyst #AC68C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 36.06%
G = 21.8%
B = 42.14%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC68C9 (or 0xAC68C9) is known color: Amethyst. HEX triplet: AC, 68 and C9. RGB value is (172,104,201). Sum of RGB (Red+Green+Blue) = 172+104+201=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC68C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68C9 is #539736. Grayscale: #878787. Windows color (decimal): -5478199 or 13199532. OLE color: 13199532.

HSL color Cylindrical-coordinate representation of color #AC68C9: hue angle of 282.06º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC68C9 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 104 201 -
CMYK 0.14 0.48 0 0.21
HSL 282.06º 0.47% 0.6% -
HSV(B) 282.06º 0.48% 0.79% -
XYZ 32.51 22.89 57.96 -
YUV 135.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 172 104 201 0.14 0.48 0 0.21 282.06 0.47 0.6
Hex AC 68 C9 E 30 0 15 11A 2F 3C
Octal 254 150 311 16 60 0 25 432 57 74
Binary 10101100 1101000 11001001 1110 110000 0 10101 100011010 101111 111100

Color Harmonies of #AC68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68C9

Black with #AC68C9

Text Example


Text Example

White with #AC68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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