Html Css Color HEX #AC6ADD Amethyst

📋 copy color: '#AC6ADD'

red 172 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #AC6ADD

Tints of Amethyst #AC6ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 34.47%
G = 21.24%
B = 44.29%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6ADD (or 0xAC6ADD) is known color: Amethyst. HEX triplet: AC, 6A and DD. RGB value is (172,106,221). Sum of RGB (Red+Green+Blue) = 172+106+221=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ADD is #539522. Grayscale: #8A8A8A. Windows color (decimal): -5477667 or 14510764. OLE color: 14510764.

HSL color Cylindrical-coordinate representation of color #AC6ADD: hue angle of 274.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6ADD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 106 221 -
CMYK 0.22 0.52 0 0.13
HSL 274.43º 0.63% 0.64% -
HSV(B) 274.43º 0.52% 0.87% -
XYZ 35.22 24.3 71.24 -
YUV 138.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 172 106 221 0.22 0.52 0 0.13 274.43 0.63 0.64
Hex AC 6A DD 16 34 0 D 112 3F 40
Octal 254 152 335 26 64 0 15 422 77 100
Binary 10101100 1101010 11011101 10110 110100 0 1101 100010010 111111 1000000

Color Harmonies of #AC6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ADD

Black with #AC6ADD

Text Example


Text Example

White with #AC6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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