Html Css Color HEX #AA5FDD Amethyst

📋 copy color: '#AA5FDD'

red 170 ◦ green 95 ◦ blue 221

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

Shades of Amethyst #AA5FDD

Tints of Amethyst #AA5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 34.98%
G = 19.55%
B = 45.47%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5FDD (or 0xAA5FDD) is known color: Amethyst. HEX triplet: AA, 5F and DD. RGB value is (170,95,221). Sum of RGB (Red+Green+Blue) = 170+95+221=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA5FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDD is #55A022. Grayscale: #838383. Windows color (decimal): -5611555 or 14507946. OLE color: 14507946.

HSL color Cylindrical-coordinate representation of color #AA5FDD: hue angle of 275.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5FDD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 95 221 -
CMYK 0.23 0.57 0 0.13
HSL 275.71º 0.65% 0.62% -
HSV(B) 275.71º 0.57% 0.87% -
XYZ 33.72 21.95 70.87 -
YUV 131.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 170 95 221 0.23 0.57 0 0.13 275.71 0.65 0.62
Hex AA 5F DD 17 39 0 D 114 41 3E
Octal 252 137 335 27 71 0 15 424 101 76
Binary 10101010 1011111 11011101 10111 111001 0 1101 100010100 1000001 111110

Color Harmonies of #AA5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FDD

Black with #AA5FDD

Text Example


Text Example

White with #AA5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FDD; }

 p { color: rgb(170,95,221); }

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

background-color css

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

 a { background-color: rgb(170,95,221); }

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

border-color css

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

 span { border-color: rgb(170,95,221); }

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