Html Css Color HEX #AC74CB Amethyst

📋 copy color: '#AC74CB'

red 172 ◦ green 116 ◦ blue 203

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

Shades of Amethyst #AC74CB

Tints of Amethyst #AC74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.63%

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

R = 35.03%
G = 23.63%
B = 41.34%

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

#AC74CB (or 0xAC74CB) is known color: Amethyst. HEX triplet: AC, 74 and CB. RGB value is (172,116,203). Sum of RGB (Red+Green+Blue) = 172+116+203=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74CB is #538B34. Grayscale: #8E8E8E. Windows color (decimal): -5475125 or 13333676. OLE color: 13333676.

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

Color convert

RGB 172 116 203 -
CMYK 0.15 0.43 0 0.20
HSL 278.62º 0.46% 0.63% -
HSV(B) 278.62º 0.43% 0.8% -
XYZ 34.04 25.57 59.64 -
YUV 142.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 172 116 203 0.15 0.43 0 0.20 278.62 0.46 0.63
Hex AC 74 CB F 2B 0 14 117 2E 3F
Octal 254 164 313 17 53 0 24 427 56 77
Binary 10101100 1110100 11001011 1111 101011 0 10100 100010111 101110 111111

Color Harmonies of #AC74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74CB

Black with #AC74CB

Text Example


Text Example

White with #AC74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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