Html Css Color HEX #AC6BC2 Amethyst

📋 copy color: '#AC6BC2'

red 172 ◦ green 107 ◦ blue 194

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

Shades of Amethyst #AC6BC2

Tints of Amethyst #AC6BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 36.36%
G = 22.62%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC6BC2 (or 0xAC6BC2) is known color: Amethyst. HEX triplet: AC, 6B and C2. RGB value is (172,107,194). Sum of RGB (Red+Green+Blue) = 172+107+194=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC6BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC2 is #53943D. Grayscale: #888888. Windows color (decimal): -5477438 or 12741548. OLE color: 12741548.

HSL color Cylindrical-coordinate representation of color #AC6BC2: hue angle of 284.83º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC6BC2 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 107 194 -
CMYK 0.11 0.45 0 0.24
HSL 284.83º 0.42% 0.59% -
HSV(B) 284.83º 0.45% 0.76% -
XYZ 32.01 23.18 53.83 -
YUV 136.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 172 107 194 0.11 0.45 0 0.24 284.83 0.42 0.59
Hex AC 6B C2 B 2D 0 18 11D 2A 3B
Octal 254 153 302 13 55 0 30 435 52 73
Binary 10101100 1101011 11000010 1011 101101 0 11000 100011101 101010 111011

Color Harmonies of #AC6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BC2

Black with #AC6BC2

Text Example


Text Example

White with #AC6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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