Html Css Color HEX #AA5FDC Amethyst

📋 copy color: '#AA5FDC'

red 170 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #AA5FDC

Tints of Amethyst #AA5FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 35.05%
G = 19.59%
B = 45.36%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5FDC (or 0xAA5FDC) is known color: Amethyst. HEX triplet: AA, 5F and DC. RGB value is (170,95,220). Sum of RGB (Red+Green+Blue) = 170+95+220=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDC is #55A023. Grayscale: #838383. Windows color (decimal): -5611556 or 14442410. OLE color: 14442410.

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

Color convert

RGB 170 95 220 -
CMYK 0.23 0.57 0 0.14
HSL 276º 0.64% 0.62% -
HSV(B) 276º 0.57% 0.86% -
XYZ 33.59 21.9 70.17 -
YUV 131.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 170 95 220 0.23 0.57 0 0.14 276 0.64 0.62
Hex AA 5F DC 17 39 0 E 114 40 3E
Octal 252 137 334 27 71 0 16 424 100 76
Binary 10101010 1011111 11011100 10111 111001 0 1110 100010100 1000000 111110

Color Harmonies of #AA5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FDC

Black with #AA5FDC

Text Example


Text Example

White with #AA5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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