Html Css Color HEX #AC62DC Amethyst

📋 copy color: '#AC62DC'

red 172 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #AC62DC

Tints of Amethyst #AC62DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 35.1%
G = 20%
B = 44.9%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC62DC (or 0xAC62DC) is known color: Amethyst. HEX triplet: AC, 62 and DC. RGB value is (172,98,220). Sum of RGB (Red+Green+Blue) = 172+98+220=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62DC is #539D23. Grayscale: #858585. Windows color (decimal): -5479716 or 14443180. OLE color: 14443180.

HSL color Cylindrical-coordinate representation of color #AC62DC: hue angle of 276.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC62DC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 98 220 -
CMYK 0.22 0.55 0 0.14
HSL 276.39º 0.64% 0.62% -
HSV(B) 276.39º 0.55% 0.86% -
XYZ 34.3 22.67 70.28 -
YUV 134.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 172 98 220 0.22 0.55 0 0.14 276.39 0.64 0.62
Hex AC 62 DC 16 37 0 E 114 40 3E
Octal 254 142 334 26 67 0 16 424 100 76
Binary 10101100 1100010 11011100 10110 110111 0 1110 100010100 1000000 111110

Color Harmonies of #AC62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62DC

Black with #AC62DC

Text Example


Text Example

White with #AC62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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