Html Css Color HEX #AA61DF Amethyst

📋 copy color: '#AA61DF'

red 170 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #AA61DF

Tints of Amethyst #AA61DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 34.69%
G = 19.8%
B = 45.51%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA61DF (or 0xAA61DF) is known color: Amethyst. HEX triplet: AA, 61 and DF. RGB value is (170,97,223). Sum of RGB (Red+Green+Blue) = 170+97+223=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DF is #559E20. Grayscale: #848484. Windows color (decimal): -5611041 or 14639530. OLE color: 14639530.

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

Color convert

RGB 170 97 223 -
CMYK 0.24 0.57 0 0.13
HSL 274.76º 0.66% 0.63% -
HSV(B) 274.76º 0.57% 0.87% -
XYZ 34.17 22.42 72.34 -
YUV 133.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 170 97 223 0.24 0.57 0 0.13 274.76 0.66 0.63
Hex AA 61 DF 18 39 0 D 113 42 3F
Octal 252 141 337 30 71 0 15 423 102 77
Binary 10101010 1100001 11011111 11000 111001 0 1101 100010011 1000010 111111

Color Harmonies of #AA61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61DF

Black with #AA61DF

Text Example


Text Example

White with #AA61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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