Html Css Color HEX #AC66E8 Amethyst

📋 copy color: '#AC66E8'

red 172 ◦ green 102 ◦ blue 232

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

Shades of Amethyst #AC66E8

Tints of Amethyst #AC66E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 33.99%
G = 20.16%
B = 45.85%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC66E8 (or 0xAC66E8) is known color: Amethyst. HEX triplet: AC, 66 and E8. RGB value is (172,102,232). Sum of RGB (Red+Green+Blue) = 172+102+232=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC66E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66E8 is #539917. Grayscale: #898989. Windows color (decimal): -5478680 or 15230636. OLE color: 15230636.

HSL color Cylindrical-coordinate representation of color #AC66E8: hue angle of 272.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC66E8 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 102 232 -
CMYK 0.26 0.56 0 0.09
HSL 272.31º 0.74% 0.65% -
HSV(B) 272.31º 0.56% 0.91% -
XYZ 36.33 24.1 79.08 -
YUV 137.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 172 102 232 0.26 0.56 0 0.09 272.31 0.74 0.65
Hex AC 66 E8 1A 38 0 9 110 4A 41
Octal 254 146 350 32 70 0 11 420 112 101
Binary 10101100 1100110 11101000 11010 111000 0 1001 100010000 1001010 1000001

Color Harmonies of #AC66E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66E8

Black with #AC66E8

Text Example


Text Example

White with #AC66E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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