Html Css Color HEX #AC62DD Amethyst

📋 copy color: '#AC62DD'

red 172 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #AC62DD

Tints of Amethyst #AC62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 35.03%
G = 19.96%
B = 45.01%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC62DD (or 0xAC62DD) is known color: Amethyst. HEX triplet: AC, 62 and DD. RGB value is (172,98,221). Sum of RGB (Red+Green+Blue) = 172+98+221=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62DD is #539D22. Grayscale: #858585. Windows color (decimal): -5479715 or 14508716. OLE color: 14508716.

HSL color Cylindrical-coordinate representation of color #AC62DD: hue angle of 276.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC62DD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 98 221 -
CMYK 0.22 0.56 0 0.13
HSL 276.1º 0.64% 0.63% -
HSV(B) 276.1º 0.56% 0.87% -
XYZ 34.43 22.73 70.98 -
YUV 134.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 172 98 221 0.22 0.56 0 0.13 276.1 0.64 0.63
Hex AC 62 DD 16 38 0 D 114 40 3F
Octal 254 142 335 26 70 0 15 424 100 77
Binary 10101100 1100010 11011101 10110 111000 0 1101 100010100 1000000 111111

Color Harmonies of #AC62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62DD

Black with #AC62DD

Text Example


Text Example

White with #AC62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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