Html Css Color HEX #AC62E1 Amethyst

📋 copy color: '#AC62E1'

red 172 ◦ green 98 ◦ blue 225

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

Shades of Amethyst #AC62E1

Tints of Amethyst #AC62E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 34.75%
G = 19.8%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC62E1 (or 0xAC62E1) is known color: Amethyst. HEX triplet: AC, 62 and E1. RGB value is (172,98,225). Sum of RGB (Red+Green+Blue) = 172+98+225=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC62E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62E1 is #539D1E. Grayscale: #868686. Windows color (decimal): -5479711 or 14770860. OLE color: 14770860.

HSL color Cylindrical-coordinate representation of color #AC62E1: hue angle of 274.96º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC62E1 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 98 225 -
CMYK 0.24 0.56 0 0.12
HSL 274.96º 0.68% 0.63% -
HSV(B) 274.96º 0.56% 0.88% -
XYZ 34.97 22.94 73.82 -
YUV 134.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 172 98 225 0.24 0.56 0 0.12 274.96 0.68 0.63
Hex AC 62 E1 18 38 0 C 113 44 3F
Octal 254 142 341 30 70 0 14 423 104 77
Binary 10101100 1100010 11100001 11000 111000 0 1100 100010011 1000100 111111

Color Harmonies of #AC62E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62E1

Black with #AC62E1

Text Example


Text Example

White with #AC62E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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