Html Css Color HEX #AC73CA Amethyst

📋 copy color: '#AC73CA'

red 172 ◦ green 115 ◦ blue 202

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

Shades of Amethyst #AC73CA

Tints of Amethyst #AC73CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 35.17%
G = 23.52%
B = 41.31%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC73CA (or 0xAC73CA) is known color: Amethyst. HEX triplet: AC, 73 and CA. RGB value is (172,115,202). Sum of RGB (Red+Green+Blue) = 172+115+202=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC73CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73CA is #538C35. Grayscale: #8D8D8D. Windows color (decimal): -5475382 or 13267884. OLE color: 13267884.

HSL color Cylindrical-coordinate representation of color #AC73CA: hue angle of 279.31º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC73CA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 115 202 -
CMYK 0.15 0.43 0 0.21
HSL 279.31º 0.45% 0.62% -
HSV(B) 279.31º 0.43% 0.79% -
XYZ 33.8 25.3 58.98 -
YUV 141.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 172 115 202 0.15 0.43 0 0.21 279.31 0.45 0.62
Hex AC 73 CA F 2B 0 15 117 2D 3E
Octal 254 163 312 17 53 0 25 427 55 76
Binary 10101100 1110011 11001010 1111 101011 0 10101 100010111 101101 111110

Color Harmonies of #AC73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73CA

Black with #AC73CA

Text Example


Text Example

White with #AC73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73CA; }

 p { color: rgb(172,115,202); }

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

background-color css

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

 a { background-color: rgb(172,115,202); }

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

border-color css

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

 span { border-color: rgb(172,115,202); }

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