Html Css Color HEX #AC6BE0 Amethyst

📋 copy color: '#AC6BE0'

red 172 ◦ green 107 ◦ blue 224

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

Shades of Amethyst #AC6BE0

Tints of Amethyst #AC6BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 34.19%
G = 21.27%
B = 44.53%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC6BE0 (or 0xAC6BE0) is known color: Amethyst. HEX triplet: AC, 6B and E0. RGB value is (172,107,224). Sum of RGB (Red+Green+Blue) = 172+107+224=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BE0 is #53941F. Grayscale: #8B8B8B. Windows color (decimal): -5477408 or 14707628. OLE color: 14707628.

HSL color Cylindrical-coordinate representation of color #AC6BE0: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6BE0 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 107 224 -
CMYK 0.23 0.52 0 0.12
HSL 273.33º 0.65% 0.65% -
HSV(B) 273.33º 0.52% 0.88% -
XYZ 35.73 24.67 73.4 -
YUV 139.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 172 107 224 0.23 0.52 0 0.12 273.33 0.65 0.65
Hex AC 6B E0 17 34 0 C 111 41 41
Octal 254 153 340 27 64 0 14 421 101 101
Binary 10101100 1101011 11100000 10111 110100 0 1100 100010001 1000001 1000001

Color Harmonies of #AC6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BE0

Black with #AC6BE0

Text Example


Text Example

White with #AC6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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