Html Css Color HEX #A061DF Amethyst

📋 copy color: '#A061DF'

red 160 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A061DF

Tints of Amethyst #A061DF

RGB

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

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

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

R = 33.33%
G = 20.21%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A061DF (or 0xA061DF) is known color: Amethyst. HEX triplet: A0, 61 and DF. RGB value is (160,97,223). Sum of RGB (Red+Green+Blue) = 160+97+223=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A061DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DF is #5F9E20. Grayscale: #818181. Windows color (decimal): -6266401 or 14639520. OLE color: 14639520.

HSL color Cylindrical-coordinate representation of color #A061DF: hue angle of 270º 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 #A061DF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 97 223 -
CMYK 0.28 0.57 0 0.13
HSL 270º 0.66% 0.63% -
HSV(B) 270º 0.57% 0.87% -
XYZ 32.09 21.35 72.24 -
YUV 130.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 160 97 223 0.28 0.57 0 0.13 270 0.66 0.63
Hex A0 61 DF 1C 39 0 D 10E 42 3F
Octal 240 141 337 34 71 0 15 416 102 77
Binary 10100000 1100001 11011111 11100 111001 0 1101 100001110 1000010 111111

Color Harmonies of #A061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061DF

Black with #A061DF

Text Example


Text Example

White with #A061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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