Html Css Color HEX #AA74CD Amethyst

📋 copy color: '#AA74CD'

red 170 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #AA74CD

Tints of Amethyst #AA74CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 34.62%
G = 23.63%
B = 41.75%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA74CD (or 0xAA74CD) is known color: Amethyst. HEX triplet: AA, 74 and CD. RGB value is (170,116,205). Sum of RGB (Red+Green+Blue) = 170+116+205=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CD is #558B32. Grayscale: #8D8D8D. Windows color (decimal): -5606195 or 13464746. OLE color: 13464746.

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

Color convert

RGB 170 116 205 -
CMYK 0.17 0.43 0 0.20
HSL 276.4º 0.47% 0.63% -
HSV(B) 276.4º 0.43% 0.8% -
XYZ 33.84 25.44 60.89 -
YUV 142.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 170 116 205 0.17 0.43 0 0.20 276.4 0.47 0.63
Hex AA 74 CD 11 2B 0 14 114 2F 3F
Octal 252 164 315 21 53 0 24 424 57 77
Binary 10101010 1110100 11001101 10001 101011 0 10100 100010100 101111 111111

Color Harmonies of #AA74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74CD

Black with #AA74CD

Text Example


Text Example

White with #AA74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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