Html Css Color HEX #AC73CB Amethyst

📋 copy color: '#AC73CB'

red 172 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #AC73CB

Tints of Amethyst #AC73CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 35.1%
G = 23.47%
B = 41.43%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC73CB (or 0xAC73CB) is known color: Amethyst. HEX triplet: AC, 73 and CB. RGB value is (172,115,203). Sum of RGB (Red+Green+Blue) = 172+115+203=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73CB is #538C34. Grayscale: #8D8D8D. Windows color (decimal): -5475381 or 13333420. OLE color: 13333420.

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

Color convert

RGB 172 115 203 -
CMYK 0.15 0.43 0 0.20
HSL 278.86º 0.46% 0.62% -
HSV(B) 278.86º 0.43% 0.8% -
XYZ 33.92 25.34 59.6 -
YUV 142.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 172 115 203 0.15 0.43 0 0.20 278.86 0.46 0.62
Hex AC 73 CB F 2B 0 14 117 2E 3E
Octal 254 163 313 17 53 0 24 427 56 76
Binary 10101100 1110011 11001011 1111 101011 0 10100 100010111 101110 111110

Color Harmonies of #AC73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73CB

Black with #AC73CB

Text Example


Text Example

White with #AC73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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