Html Css Color HEX #AC6BDD Amethyst

📋 copy color: '#AC6BDD'

red 172 ◦ green 107 ◦ blue 221

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

Shades of Amethyst #AC6BDD

Tints of Amethyst #AC6BDD

RGB

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

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

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

R = 34.4%
G = 21.4%
B = 44.2%

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

#AC6BDD (or 0xAC6BDD) is known color: Amethyst. HEX triplet: AC, 6B and DD. RGB value is (172,107,221). Sum of RGB (Red+Green+Blue) = 172+107+221=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BDD is #539422. Grayscale: #8B8B8B. Windows color (decimal): -5477411 or 14511020. OLE color: 14511020.

HSL color Cylindrical-coordinate representation of color #AC6BDD: hue angle of 274.21º 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 #AC6BDD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 107 221 -
CMYK 0.22 0.52 0 0.13
HSL 274.21º 0.63% 0.64% -
HSV(B) 274.21º 0.52% 0.87% -
XYZ 35.32 24.51 71.28 -
YUV 139.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 172 107 221 0.22 0.52 0 0.13 274.21 0.63 0.64
Hex AC 6B DD 16 34 0 D 112 3F 40
Octal 254 153 335 26 64 0 15 422 77 100
Binary 10101100 1101011 11011101 10110 110100 0 1101 100010010 111111 1000000

Color Harmonies of #AC6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BDD

Black with #AC6BDD

Text Example


Text Example

White with #AC6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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