Html Css Color HEX #AC6BCE Amethyst

📋 copy color: '#AC6BCE'

red 172 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #AC6BCE

Tints of Amethyst #AC6BCE

RGB

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

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

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

R = 35.46%
G = 22.06%
B = 42.47%

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

#AC6BCE (or 0xAC6BCE) is known color: Amethyst. HEX triplet: AC, 6B and CE. RGB value is (172,107,206). Sum of RGB (Red+Green+Blue) = 172+107+206=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BCE is #539431. Grayscale: #898989. Windows color (decimal): -5477426 or 13527980. OLE color: 13527980.

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

Color convert

RGB 172 107 206 -
CMYK 0.17 0.48 0 0.19
HSL 279.39º 0.5% 0.61% -
HSV(B) 279.39º 0.48% 0.81% -
XYZ 33.41 23.74 61.21 -
YUV 137.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 172 107 206 0.17 0.48 0 0.19 279.39 0.5 0.61
Hex AC 6B CE 11 30 0 13 117 32 3D
Octal 254 153 316 21 60 0 23 427 62 75
Binary 10101100 1101011 11001110 10001 110000 0 10011 100010111 110010 111101

Color Harmonies of #AC6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BCE

Black with #AC6BCE

Text Example


Text Example

White with #AC6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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