Html Css Color HEX #AC6BD5 Amethyst

📋 copy color: '#AC6BD5'

red 172 ◦ green 107 ◦ blue 213

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

Shades of Amethyst #AC6BD5

Tints of Amethyst #AC6BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 34.96%
G = 21.75%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC6BD5 (or 0xAC6BD5) is known color: Amethyst. HEX triplet: AC, 6B and D5. RGB value is (172,107,213). Sum of RGB (Red+Green+Blue) = 172+107+213=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD5 is #53942A. Grayscale: #8A8A8A. Windows color (decimal): -5477419 or 13986732. OLE color: 13986732.

HSL color Cylindrical-coordinate representation of color #AC6BD5: hue angle of 276.79º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6BD5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 107 213 -
CMYK 0.19 0.50 0 0.16
HSL 276.79º 0.56% 0.63% -
HSV(B) 276.79º 0.5% 0.84% -
XYZ 34.28 24.09 65.79 -
YUV 138.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 172 107 213 0.19 0.50 0 0.16 276.79 0.56 0.63
Hex AC 6B D5 13 32 0 10 115 38 3F
Octal 254 153 325 23 62 0 20 425 70 77
Binary 10101100 1101011 11010101 10011 110010 0 10000 100010101 111000 111111

Color Harmonies of #AC6BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BD5

Black with #AC6BD5

Text Example


Text Example

White with #AC6BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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