Html Css Color HEX #AC61EC Amethyst

📋 copy color: '#AC61EC'

red 172 ◦ green 97 ◦ blue 236

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

Shades of Amethyst #AC61EC

Tints of Amethyst #AC61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 34.06%
G = 19.21%
B = 46.73%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC61EC (or 0xAC61EC) is known color: Amethyst. HEX triplet: AC, 61 and EC. RGB value is (172,97,236). Sum of RGB (Red+Green+Blue) = 172+97+236=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61EC is #539E13. Grayscale: #868686. Windows color (decimal): -5479956 or 15491500. OLE color: 15491500.

HSL color Cylindrical-coordinate representation of color #AC61EC: hue angle of 272.37º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC61EC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 97 236 -
CMYK 0.27 0.59 0 0.07
HSL 272.37º 0.79% 0.65% -
HSV(B) 272.37º 0.59% 0.93% -
XYZ 36.43 23.38 81.95 -
YUV 135.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 172 97 236 0.27 0.59 0 0.07 272.37 0.79 0.65
Hex AC 61 EC 1B 3B 0 7 110 4F 41
Octal 254 141 354 33 73 0 7 420 117 101
Binary 10101100 1100001 11101100 11011 111011 0 111 100010000 1001111 1000001

Color Harmonies of #AC61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61EC

Black with #AC61EC

Text Example


Text Example

White with #AC61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61EC; }

 p { color: rgb(172,97,236); }

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

background-color css

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

 a { background-color: rgb(172,97,236); }

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

border-color css

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

 span { border-color: rgb(172,97,236); }

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