Html Css Color HEX #AC62E5 Amethyst

📋 copy color: '#AC62E5'

red 172 ◦ green 98 ◦ blue 229

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

Shades of Amethyst #AC62E5

Tints of Amethyst #AC62E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.64%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 34.47%
G = 19.64%
B = 45.89%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC62E5 (or 0xAC62E5) is known color: Amethyst. HEX triplet: AC, 62 and E5. RGB value is (172,98,229). Sum of RGB (Red+Green+Blue) = 172+98+229=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC62E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62E5 is #539D1A. Grayscale: #868686. Windows color (decimal): -5479707 or 15033004. OLE color: 15033004.

HSL color Cylindrical-coordinate representation of color #AC62E5: hue angle of 273.89º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC62E5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 98 229 -
CMYK 0.25 0.57 0 0.10
HSL 273.89º 0.72% 0.64% -
HSV(B) 273.89º 0.57% 0.9% -
XYZ 35.52 23.16 76.73 -
YUV 135.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 172 98 229 0.25 0.57 0 0.10 273.89 0.72 0.64
Hex AC 62 E5 19 39 0 A 112 48 40
Octal 254 142 345 31 71 0 12 422 110 100
Binary 10101100 1100010 11100101 11001 111001 0 1010 100010010 1001000 1000000

Color Harmonies of #AC62E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62E5

Black with #AC62E5

Text Example


Text Example

White with #AC62E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62E5; }

 p { color: rgb(172,98,229); }

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

background-color css

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

 a { background-color: rgb(172,98,229); }

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

border-color css

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

 span { border-color: rgb(172,98,229); }

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