Html Css Color HEX #AC6ACB Amethyst

📋 copy color: '#AC6ACB'

red 172 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #AC6ACB

Tints of Amethyst #AC6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.04%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 35.76%
G = 22.04%
B = 42.2%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6ACB (or 0xAC6ACB) is known color: Amethyst. HEX triplet: AC, 6A and CB. RGB value is (172,106,203). Sum of RGB (Red+Green+Blue) = 172+106+203=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACB is #539534. Grayscale: #888888. Windows color (decimal): -5477685 or 13331116. OLE color: 13331116.

HSL color Cylindrical-coordinate representation of color #AC6ACB: hue angle of 280.82º degrees, saturation: 0.48, 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 #AC6ACB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 106 203 -
CMYK 0.15 0.48 0 0.20
HSL 280.82º 0.48% 0.61% -
HSV(B) 280.82º 0.48% 0.8% -
XYZ 32.95 23.39 59.28 -
YUV 136.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 172 106 203 0.15 0.48 0 0.20 280.82 0.48 0.61
Hex AC 6A CB F 30 0 14 119 30 3D
Octal 254 152 313 17 60 0 24 431 60 75
Binary 10101100 1101010 11001011 1111 110000 0 10100 100011001 110000 111101

Color Harmonies of #AC6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ACB

Black with #AC6ACB

Text Example


Text Example

White with #AC6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ACB; }

 p { color: rgb(172,106,203); }

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

background-color css

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

 a { background-color: rgb(172,106,203); }

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

border-color css

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

 span { border-color: rgb(172,106,203); }

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