Html Css Color HEX #AC62EA Amethyst

📋 copy color: '#AC62EA'

red 172 ◦ green 98 ◦ blue 234

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

Shades of Amethyst #AC62EA

Tints of Amethyst #AC62EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 34.13%
G = 19.44%
B = 46.43%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC62EA (or 0xAC62EA) is known color: Amethyst. HEX triplet: AC, 62 and EA. RGB value is (172,98,234). Sum of RGB (Red+Green+Blue) = 172+98+234=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62EA is #539D15. Grayscale: #878787. Windows color (decimal): -5479702 or 15360684. OLE color: 15360684.

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

Color convert

RGB 172 98 234 -
CMYK 0.26 0.58 0 0.08
HSL 272.65º 0.76% 0.65% -
HSV(B) 272.65º 0.58% 0.92% -
XYZ 36.23 23.45 80.46 -
YUV 135.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 172 98 234 0.26 0.58 0 0.08 272.65 0.76 0.65
Hex AC 62 EA 1A 3A 0 8 111 4C 41
Octal 254 142 352 32 72 0 10 421 114 101
Binary 10101100 1100010 11101010 11010 111010 0 1000 100010001 1001100 1000001

Color Harmonies of #AC62EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62EA

Black with #AC62EA

Text Example


Text Example

White with #AC62EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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