Html Css Color HEX #AC6BC8 Amethyst

📋 copy color: '#AC6BC8'

red 172 ◦ green 107 ◦ blue 200

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

Shades of Amethyst #AC6BC8

Tints of Amethyst #AC6BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 35.91%
G = 22.34%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC6BC8 (or 0xAC6BC8) is known color: Amethyst. HEX triplet: AC, 6B and C8. RGB value is (172,107,200). Sum of RGB (Red+Green+Blue) = 172+107+200=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC6BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC8 is #539437. Grayscale: #888888. Windows color (decimal): -5477432 or 13134764. OLE color: 13134764.

HSL color Cylindrical-coordinate representation of color #AC6BC8: hue angle of 281.94º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6BC8 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 107 200 -
CMYK 0.14 0.46 0 0.22
HSL 281.94º 0.46% 0.6% -
HSV(B) 281.94º 0.47% 0.78% -
XYZ 32.7 23.46 57.45 -
YUV 137.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 172 107 200 0.14 0.46 0 0.22 281.94 0.46 0.6
Hex AC 6B C8 E 2E 0 16 11A 2E 3C
Octal 254 153 310 16 56 0 26 432 56 74
Binary 10101100 1101011 11001000 1110 101110 0 10110 100011010 101110 111100

Color Harmonies of #AC6BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BC8

Black with #AC6BC8

Text Example


Text Example

White with #AC6BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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