Html Css Color HEX #AC6CCE Amethyst

📋 copy color: '#AC6CCE'

red 172 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #AC6CCE

Tints of Amethyst #AC6CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

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

R = 35.39%
G = 22.22%
B = 42.39%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC6CCE (or 0xAC6CCE) is known color: Amethyst. HEX triplet: AC, 6C and CE. RGB value is (172,108,206). Sum of RGB (Red+Green+Blue) = 172+108+206=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCE is #539331. Grayscale: #898989. Windows color (decimal): -5477170 or 13528236. OLE color: 13528236.

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

Color convert

RGB 172 108 206 -
CMYK 0.17 0.48 0 0.19
HSL 279.18º 0.5% 0.62% -
HSV(B) 279.18º 0.48% 0.81% -
XYZ 33.52 23.95 61.25 -
YUV 138.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 172 108 206 0.17 0.48 0 0.19 279.18 0.5 0.62
Hex AC 6C CE 11 30 0 13 117 32 3E
Octal 254 154 316 21 60 0 23 427 62 76
Binary 10101100 1101100 11001110 10001 110000 0 10011 100010111 110010 111110

Color Harmonies of #AC6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CCE

Black with #AC6CCE

Text Example


Text Example

White with #AC6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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