Html Css Color HEX #AC6BCC Amethyst

📋 copy color: '#AC6BCC'

red 172 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #AC6BCC

Tints of Amethyst #AC6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

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

R = 35.61%
G = 22.15%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC6BCC (or 0xAC6BCC) is known color: Amethyst. HEX triplet: AC, 6B and CC. RGB value is (172,107,204). Sum of RGB (Red+Green+Blue) = 172+107+204=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BCC is #539433. Grayscale: #898989. Windows color (decimal): -5477428 or 13396908. OLE color: 13396908.

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

Color convert

RGB 172 107 204 -
CMYK 0.16 0.48 0 0.2
HSL 280.21º 0.49% 0.61% -
HSV(B) 280.21º 0.48% 0.8% -
XYZ 33.17 23.65 59.94 -
YUV 137.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 172 107 204 0.16 0.48 0 0.2 280.21 0.49 0.61
Hex AC 6B CC 10 30 0 14 118 31 3D
Octal 254 153 314 20 60 0 24 430 61 75
Binary 10101100 1101011 11001100 10000 110000 0 10100 100011000 110001 111101

Color Harmonies of #AC6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BCC

Black with #AC6BCC

Text Example


Text Example

White with #AC6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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