Html Css Color HEX #AC68E1 Amethyst

📋 copy color: '#AC68E1'

red 172 ◦ green 104 ◦ blue 225

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

Shades of Amethyst #AC68E1

Tints of Amethyst #AC68E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 34.33%
G = 20.76%
B = 44.91%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC68E1 (or 0xAC68E1) is known color: Amethyst. HEX triplet: AC, 68 and E1. RGB value is (172,104,225). Sum of RGB (Red+Green+Blue) = 172+104+225=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC68E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68E1 is #53971E. Grayscale: #898989. Windows color (decimal): -5478175 or 14772396. OLE color: 14772396.

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

Color convert

RGB 172 104 225 -
CMYK 0.24 0.54 0 0.12
HSL 273.72º 0.67% 0.65% -
HSV(B) 273.72º 0.54% 0.88% -
XYZ 35.55 24.11 74.01 -
YUV 138.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 172 104 225 0.24 0.54 0 0.12 273.72 0.67 0.65
Hex AC 68 E1 18 36 0 C 112 43 41
Octal 254 150 341 30 66 0 14 422 103 101
Binary 10101100 1101000 11100001 11000 110110 0 1100 100010010 1000011 1000001

Color Harmonies of #AC68E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68E1

Black with #AC68E1

Text Example


Text Example

White with #AC68E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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