Html Css Color HEX #AC6DE2 Amethyst

📋 copy color: '#AC6DE2'

red 172 ◦ green 109 ◦ blue 226

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

Shades of Amethyst #AC6DE2

Tints of Amethyst #AC6DE2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 33.93%
G = 21.5%
B = 44.58%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC6DE2 (or 0xAC6DE2) is known color: Amethyst. HEX triplet: AC, 6D and E2. RGB value is (172,109,226). Sum of RGB (Red+Green+Blue) = 172+109+226=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC6DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DE2 is #53921D. Grayscale: #8C8C8C. Windows color (decimal): -5476894 or 14839212. OLE color: 14839212.

HSL color Cylindrical-coordinate representation of color #AC6DE2: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6DE2 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 109 226 -
CMYK 0.24 0.52 0 0.11
HSL 272.31º 0.67% 0.66% -
HSV(B) 272.31º 0.52% 0.89% -
XYZ 36.21 25.2 74.91 -
YUV 141.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 172 109 226 0.24 0.52 0 0.11 272.31 0.67 0.66
Hex AC 6D E2 18 34 0 B 110 43 42
Octal 254 155 342 30 64 0 13 420 103 102
Binary 10101100 1101101 11100010 11000 110100 0 1011 100010000 1000011 1000010

Color Harmonies of #AC6DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DE2

Black with #AC6DE2

Text Example


Text Example

White with #AC6DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DE2; }

 p { color: rgb(172,109,226); }

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

background-color css

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

 a { background-color: rgb(172,109,226); }

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

border-color css

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

 span { border-color: rgb(172,109,226); }

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