Html Css Color HEX #AC6BE3 Amethyst

📋 copy color: '#AC6BE3'

red 172 ◦ green 107 ◦ blue 227

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

Shades of Amethyst #AC6BE3

Tints of Amethyst #AC6BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.86%

R = 33.99%
G = 21.15%
B = 44.86%

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

#AC6BE3 (or 0xAC6BE3) is known color: Amethyst. HEX triplet: AC, 6B and E3. RGB value is (172,107,227). Sum of RGB (Red+Green+Blue) = 172+107+227=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC6BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BE3 is #53941C. Grayscale: #8B8B8B. Windows color (decimal): -5477405 or 14904236. OLE color: 14904236.

HSL color Cylindrical-coordinate representation of color #AC6BE3: hue angle of 272.5º degrees, saturation: 0.68, 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 #AC6BE3 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 107 227 -
CMYK 0.24 0.53 0 0.11
HSL 272.5º 0.68% 0.65% -
HSV(B) 272.5º 0.53% 0.89% -
XYZ 36.14 24.83 75.56 -
YUV 140.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 172 107 227 0.24 0.53 0 0.11 272.5 0.68 0.65
Hex AC 6B E3 18 35 0 B 110 44 41
Octal 254 153 343 30 65 0 13 420 104 101
Binary 10101100 1101011 11100011 11000 110101 0 1011 100010000 1000100 1000001

Color Harmonies of #AC6BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BE3

Black with #AC6BE3

Text Example


Text Example

White with #AC6BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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