Html Css Color HEX #AC68CE Amethyst

📋 copy color: '#AC68CE'

red 172 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #AC68CE

Tints of Amethyst #AC68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 35.68%
G = 21.58%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC68CE (or 0xAC68CE) is known color: Amethyst. HEX triplet: AC, 68 and CE. RGB value is (172,104,206). Sum of RGB (Red+Green+Blue) = 172+104+206=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CE is #539731. Grayscale: #878787. Windows color (decimal): -5478194 or 13527212. OLE color: 13527212.

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

Color convert

RGB 172 104 206 -
CMYK 0.17 0.50 0 0.19
HSL 280º 0.51% 0.61% -
HSV(B) 280º 0.5% 0.81% -
XYZ 33.1 23.13 61.11 -
YUV 135.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 172 104 206 0.17 0.50 0 0.19 280 0.51 0.61
Hex AC 68 CE 11 32 0 13 118 33 3D
Octal 254 150 316 21 62 0 23 430 63 75
Binary 10101100 1101000 11001110 10001 110010 0 10011 100011000 110011 111101

Color Harmonies of #AC68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68CE

Black with #AC68CE

Text Example


Text Example

White with #AC68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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