Html Css Color HEX #AC61E9 Amethyst

📋 copy color: '#AC61E9'

red 172 ◦ green 97 ◦ blue 233

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

Shades of Amethyst #AC61E9

Tints of Amethyst #AC61E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 34.26%
G = 19.32%
B = 46.41%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC61E9 (or 0xAC61E9) is known color: Amethyst. HEX triplet: AC, 61 and E9. RGB value is (172,97,233). Sum of RGB (Red+Green+Blue) = 172+97+233=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC61E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61E9 is #539E16. Grayscale: #868686. Windows color (decimal): -5479959 or 15294892. OLE color: 15294892.

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

Color convert

RGB 172 97 233 -
CMYK 0.26 0.58 0 0.09
HSL 273.09º 0.76% 0.65% -
HSV(B) 273.09º 0.58% 0.91% -
XYZ 36 23.2 79.67 -
YUV 134.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 172 97 233 0.26 0.58 0 0.09 273.09 0.76 0.65
Hex AC 61 E9 1A 3A 0 9 111 4C 41
Octal 254 141 351 32 72 0 11 421 114 101
Binary 10101100 1100001 11101001 11010 111010 0 1001 100010001 1001100 1000001

Color Harmonies of #AC61E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61E9

Black with #AC61E9

Text Example


Text Example

White with #AC61E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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