Html Css Color HEX #AA74CC Amethyst

📋 copy color: '#AA74CC'

red 170 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #AA74CC

Tints of Amethyst #AA74CC

RGB

 RED value IS 170 (66.8% from 255) = 34.69%

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 34.69%
G = 23.67%
B = 41.63%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA74CC (or 0xAA74CC) is known color: Amethyst. HEX triplet: AA, 74 and CC. RGB value is (170,116,204). Sum of RGB (Red+Green+Blue) = 170+116+204=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CC is #558B33. Grayscale: #8D8D8D. Windows color (decimal): -5606196 or 13399210. OLE color: 13399210.

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

Color convert

RGB 170 116 204 -
CMYK 0.17 0.43 0 0.2
HSL 276.82º 0.46% 0.63% -
HSV(B) 276.82º 0.43% 0.8% -
XYZ 33.72 25.4 60.25 -
YUV 142.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 170 116 204 0.17 0.43 0 0.2 276.82 0.46 0.63
Hex AA 74 CC 11 2B 0 14 115 2E 3F
Octal 252 164 314 21 53 0 24 425 56 77
Binary 10101010 1110100 11001100 10001 101011 0 10100 100010101 101110 111111

Color Harmonies of #AA74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74CC

Black with #AA74CC

Text Example


Text Example

White with #AA74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74CC; }

 p { color: rgb(170,116,204); }

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

background-color css

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

 a { background-color: rgb(170,116,204); }

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

border-color css

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

 span { border-color: rgb(170,116,204); }

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