Html Css Color HEX #AC68E3 Amethyst

📋 copy color: '#AC68E3'

red 172 ◦ green 104 ◦ blue 227

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

Shades of Amethyst #AC68E3

Tints of Amethyst #AC68E3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

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

R = 34.19%
G = 20.68%
B = 45.13%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC68E3 (or 0xAC68E3) is known color: Amethyst. HEX triplet: AC, 68 and E3. RGB value is (172,104,227). Sum of RGB (Red+Green+Blue) = 172+104+227=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC68E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68E3 is #53971C. Grayscale: #898989. Windows color (decimal): -5478173 or 14903468. OLE color: 14903468.

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

Color convert

RGB 172 104 227 -
CMYK 0.24 0.54 0 0.11
HSL 273.17º 0.69% 0.65% -
HSV(B) 273.17º 0.54% 0.89% -
XYZ 35.83 24.22 75.46 -
YUV 138.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 172 104 227 0.24 0.54 0 0.11 273.17 0.69 0.65
Hex AC 68 E3 18 36 0 B 111 45 41
Octal 254 150 343 30 66 0 13 421 105 101
Binary 10101100 1101000 11100011 11000 110110 0 1011 100010001 1000101 1000001

Color Harmonies of #AC68E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68E3

Black with #AC68E3

Text Example


Text Example

White with #AC68E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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