Html Css Color HEX #AA74CF Amethyst

📋 copy color: '#AA74CF'

red 170 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #AA74CF

Tints of Amethyst #AA74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 34.48%
G = 23.53%
B = 41.99%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA74CF (or 0xAA74CF) is known color: Amethyst. HEX triplet: AA, 74 and CF. RGB value is (170,116,207). Sum of RGB (Red+Green+Blue) = 170+116+207=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CF is #558B30. Grayscale: #8E8E8E. Windows color (decimal): -5606193 or 13595818. OLE color: 13595818.

HSL color Cylindrical-coordinate representation of color #AA74CF: hue angle of 275.6º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA74CF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 116 207 -
CMYK 0.18 0.44 0 0.19
HSL 275.6º 0.49% 0.63% -
HSV(B) 275.6º 0.44% 0.81% -
XYZ 34.09 25.54 62.17 -
YUV 142.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 170 116 207 0.18 0.44 0 0.19 275.6 0.49 0.63
Hex AA 74 CF 12 2C 0 13 114 31 3F
Octal 252 164 317 22 54 0 23 424 61 77
Binary 10101010 1110100 11001111 10010 101100 0 10011 100010100 110001 111111

Color Harmonies of #AA74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74CF

Black with #AA74CF

Text Example


Text Example

White with #AA74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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