Html Css Color HEX #AA61DC Amethyst

📋 copy color: '#AA61DC'

red 170 ◦ green 97 ◦ blue 220

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

Shades of Amethyst #AA61DC

Tints of Amethyst #AA61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

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

R = 34.91%
G = 19.92%
B = 45.17%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA61DC (or 0xAA61DC) is known color: Amethyst. HEX triplet: AA, 61 and DC. RGB value is (170,97,220). Sum of RGB (Red+Green+Blue) = 170+97+220=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DC is #559E23. Grayscale: #848484. Windows color (decimal): -5611044 or 14442922. OLE color: 14442922.

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

Color convert

RGB 170 97 220 -
CMYK 0.23 0.56 0 0.14
HSL 275.61º 0.64% 0.62% -
HSV(B) 275.61º 0.56% 0.86% -
XYZ 33.77 22.26 70.23 -
YUV 132.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 170 97 220 0.23 0.56 0 0.14 275.61 0.64 0.62
Hex AA 61 DC 17 38 0 E 114 40 3E
Octal 252 141 334 27 70 0 16 424 100 76
Binary 10101010 1100001 11011100 10111 111000 0 1110 100010100 1000000 111110

Color Harmonies of #AA61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61DC

Black with #AA61DC

Text Example


Text Example

White with #AA61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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