Html Css Color HEX #AC66E7 Amethyst

📋 copy color: '#AC66E7'

red 172 ◦ green 102 ◦ blue 231

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

Shades of Amethyst #AC66E7

Tints of Amethyst #AC66E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.74%

R = 34.06%
G = 20.2%
B = 45.74%

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

#AC66E7 (or 0xAC66E7) is known color: Amethyst. HEX triplet: AC, 66 and E7. RGB value is (172,102,231). Sum of RGB (Red+Green+Blue) = 172+102+231=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC66E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66E7 is #539918. Grayscale: #898989. Windows color (decimal): -5478681 or 15165100. OLE color: 15165100.

HSL color Cylindrical-coordinate representation of color #AC66E7: hue angle of 272.56º degrees, saturation: 0.73, 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 #AC66E7 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 102 231 -
CMYK 0.26 0.56 0 0.09
HSL 272.56º 0.73% 0.65% -
HSV(B) 272.56º 0.56% 0.91% -
XYZ 36.19 24.04 78.33 -
YUV 137.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 172 102 231 0.26 0.56 0 0.09 272.56 0.73 0.65
Hex AC 66 E7 1A 38 0 9 111 49 41
Octal 254 146 347 32 70 0 11 421 111 101
Binary 10101100 1100110 11100111 11010 111000 0 1001 100010001 1001001 1000001

Color Harmonies of #AC66E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66E7

Black with #AC66E7

Text Example


Text Example

White with #AC66E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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