Html Css Color HEX #AA74DA Amethyst

📋 copy color: '#AA74DA'

red 170 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #AA74DA

Tints of Amethyst #AA74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 33.73%
G = 23.02%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA74DA (or 0xAA74DA) is known color: Amethyst. HEX triplet: AA, 74 and DA. RGB value is (170,116,218). Sum of RGB (Red+Green+Blue) = 170+116+218=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DA is #558B25. Grayscale: #8F8F8F. Windows color (decimal): -5606182 or 14316714. OLE color: 14316714.

HSL color Cylindrical-coordinate representation of color #AA74DA: hue angle of 271.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA74DA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 116 218 -
CMYK 0.22 0.47 0 0.15
HSL 271.76º 0.58% 0.65% -
HSV(B) 271.76º 0.47% 0.85% -
XYZ 35.48 26.1 69.5 -
YUV 143.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 170 116 218 0.22 0.47 0 0.15 271.76 0.58 0.65
Hex AA 74 DA 16 2F 0 F 110 3A 41
Octal 252 164 332 26 57 0 17 420 72 101
Binary 10101010 1110100 11011010 10110 101111 0 1111 100010000 111010 1000001

Color Harmonies of #AA74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74DA

Black with #AA74DA

Text Example


Text Example

White with #AA74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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