Html Css Color HEX #A061DD Amethyst

📋 copy color: '#A061DD'

red 160 ◦ green 97 ◦ blue 221

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

Shades of Amethyst #A061DD

Tints of Amethyst #A061DD

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

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

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

R = 33.47%
G = 20.29%
B = 46.23%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A061DD (or 0xA061DD) is known color: Amethyst. HEX triplet: A0, 61 and DD. RGB value is (160,97,221). Sum of RGB (Red+Green+Blue) = 160+97+221=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A061DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DD is #5F9E22. Grayscale: #818181. Windows color (decimal): -6266403 or 14508448. OLE color: 14508448.

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

Color convert

RGB 160 97 221 -
CMYK 0.28 0.56 0 0.13
HSL 270.48º 0.65% 0.62% -
HSV(B) 270.48º 0.56% 0.87% -
XYZ 31.82 21.24 70.83 -
YUV 129.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 160 97 221 0.28 0.56 0 0.13 270.48 0.65 0.62
Hex A0 61 DD 1C 38 0 D 10E 41 3E
Octal 240 141 335 34 70 0 15 416 101 76
Binary 10100000 1100001 11011101 11100 111000 0 1101 100001110 1000001 111110

Color Harmonies of #A061DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061DD

Black with #A061DD

Text Example


Text Example

White with #A061DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061DD; }

 p { color: rgb(160,97,221); }

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

background-color css

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

 a { background-color: rgb(160,97,221); }

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

border-color css

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

 span { border-color: rgb(160,97,221); }

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