Html Css Color HEX #AC6BD8 Amethyst

📋 copy color: '#AC6BD8'

red 172 ◦ green 107 ◦ blue 216

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

Shades of Amethyst #AC6BD8

Tints of Amethyst #AC6BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 34.75%
G = 21.62%
B = 43.64%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6BD8 (or 0xAC6BD8) is known color: Amethyst. HEX triplet: AC, 6B and D8. RGB value is (172,107,216). Sum of RGB (Red+Green+Blue) = 172+107+216=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC6BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD8 is #539427. Grayscale: #8A8A8A. Windows color (decimal): -5477416 or 14183340. OLE color: 14183340.

HSL color Cylindrical-coordinate representation of color #AC6BD8: hue angle of 275.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6BD8 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 107 216 -
CMYK 0.20 0.50 0 0.15
HSL 275.78º 0.58% 0.63% -
HSV(B) 275.78º 0.5% 0.85% -
XYZ 34.67 24.24 67.82 -
YUV 138.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 172 107 216 0.20 0.50 0 0.15 275.78 0.58 0.63
Hex AC 6B D8 14 32 0 F 114 3A 3F
Octal 254 153 330 24 62 0 17 424 72 77
Binary 10101100 1101011 11011000 10100 110010 0 1111 100010100 111010 111111

Color Harmonies of #AC6BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BD8

Black with #AC6BD8

Text Example


Text Example

White with #AC6BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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