Html Css Color HEX #AC74CA Amethyst

📋 copy color: '#AC74CA'

red 172 ◦ green 116 ◦ blue 202

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

Shades of Amethyst #AC74CA

Tints of Amethyst #AC74CA

RGB

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

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

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

R = 35.1%
G = 23.67%
B = 41.22%

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

#AC74CA (or 0xAC74CA) is known color: Amethyst. HEX triplet: AC, 74 and CA. RGB value is (172,116,202). Sum of RGB (Red+Green+Blue) = 172+116+202=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC74CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74CA is #538B35. Grayscale: #8E8E8E. Windows color (decimal): -5475126 or 13268140. OLE color: 13268140.

HSL color Cylindrical-coordinate representation of color #AC74CA: hue angle of 279.07º 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 #AC74CA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 116 202 -
CMYK 0.15 0.43 0 0.21
HSL 279.07º 0.45% 0.62% -
HSV(B) 279.07º 0.43% 0.79% -
XYZ 33.92 25.53 59.02 -
YUV 142.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 172 116 202 0.15 0.43 0 0.21 279.07 0.45 0.62
Hex AC 74 CA F 2B 0 15 117 2D 3E
Octal 254 164 312 17 53 0 25 427 55 76
Binary 10101100 1110100 11001010 1111 101011 0 10101 100010111 101101 111110

Color Harmonies of #AC74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74CA

Black with #AC74CA

Text Example


Text Example

White with #AC74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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