Html Css Color HEX #AC6BE2 Amethyst

📋 copy color: '#AC6BE2'

red 172 ◦ green 107 ◦ blue 226

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

Shades of Amethyst #AC6BE2

Tints of Amethyst #AC6BE2

RGB

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

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

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

R = 34.06%
G = 21.19%
B = 44.75%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC6BE2 (or 0xAC6BE2) is known color: Amethyst. HEX triplet: AC, 6B and E2. RGB value is (172,107,226). Sum of RGB (Red+Green+Blue) = 172+107+226=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC6BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BE2 is #53941D. Grayscale: #8B8B8B. Windows color (decimal): -5477406 or 14838700. OLE color: 14838700.

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

Color convert

RGB 172 107 226 -
CMYK 0.24 0.53 0 0.11
HSL 272.77º 0.67% 0.65% -
HSV(B) 272.77º 0.53% 0.89% -
XYZ 36 24.78 74.84 -
YUV 140 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 172 107 226 0.24 0.53 0 0.11 272.77 0.67 0.65
Hex AC 6B E2 18 35 0 B 111 43 41
Octal 254 153 342 30 65 0 13 421 103 101
Binary 10101100 1101011 11100010 11000 110101 0 1011 100010001 1000011 1000001

Color Harmonies of #AC6BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BE2

Black with #AC6BE2

Text Example


Text Example

White with #AC6BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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