Html Css Color HEX #AC72CB Amethyst

📋 copy color: '#AC72CB'

red 172 ◦ green 114 ◦ blue 203

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

Shades of Amethyst #AC72CB

Tints of Amethyst #AC72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

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

R = 35.17%
G = 23.31%
B = 41.51%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC72CB (or 0xAC72CB) is known color: Amethyst. HEX triplet: AC, 72 and CB. RGB value is (172,114,203). Sum of RGB (Red+Green+Blue) = 172+114+203=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72CB is #538D34. Grayscale: #8D8D8D. Windows color (decimal): -5475637 or 13333164. OLE color: 13333164.

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

Color convert

RGB 172 114 203 -
CMYK 0.15 0.44 0 0.20
HSL 279.1º 0.46% 0.62% -
HSV(B) 279.1º 0.44% 0.8% -
XYZ 33.81 25.12 59.57 -
YUV 141.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 172 114 203 0.15 0.44 0 0.20 279.1 0.46 0.62
Hex AC 72 CB F 2C 0 14 117 2E 3E
Octal 254 162 313 17 54 0 24 427 56 76
Binary 10101100 1110010 11001011 1111 101100 0 10100 100010111 101110 111110

Color Harmonies of #AC72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72CB

Black with #AC72CB

Text Example


Text Example

White with #AC72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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