Html Css Color HEX #AC66E4 Amethyst

📋 copy color: '#AC66E4'

red 172 ◦ green 102 ◦ blue 228

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

Shades of Amethyst #AC66E4

Tints of Amethyst #AC66E4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 34.26%
G = 20.32%
B = 45.42%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC66E4 (or 0xAC66E4) is known color: Amethyst. HEX triplet: AC, 66 and E4. RGB value is (172,102,228). Sum of RGB (Red+Green+Blue) = 172+102+228=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC66E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66E4 is #53991B. Grayscale: #888888. Windows color (decimal): -5478684 or 14968492. OLE color: 14968492.

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

Color convert

RGB 172 102 228 -
CMYK 0.25 0.55 0 0.11
HSL 273.33º 0.7% 0.65% -
HSV(B) 273.33º 0.55% 0.89% -
XYZ 35.77 23.87 76.12 -
YUV 137.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 172 102 228 0.25 0.55 0 0.11 273.33 0.7 0.65
Hex AC 66 E4 19 37 0 B 111 46 41
Octal 254 146 344 31 67 0 13 421 106 101
Binary 10101100 1100110 11100100 11001 110111 0 1011 100010001 1000110 1000001

Color Harmonies of #AC66E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66E4

Black with #AC66E4

Text Example


Text Example

White with #AC66E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66E4; }

 p { color: rgb(172,102,228); }

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

background-color css

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

 a { background-color: rgb(172,102,228); }

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

border-color css

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

 span { border-color: rgb(172,102,228); }

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