Html Css Color HEX #A070D1 Amethyst

📋 copy color: '#A070D1'

red 160 ◦ green 112 ◦ blue 209

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

Shades of Amethyst #A070D1

Tints of Amethyst #A070D1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.28%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 33.26%
G = 23.28%
B = 43.45%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A070D1 (or 0xA070D1) is known color: Amethyst. HEX triplet: A0, 70 and D1. RGB value is (160,112,209). Sum of RGB (Red+Green+Blue) = 160+112+209=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #A070D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D1 is #5F8F2E. Grayscale: #898989. Windows color (decimal): -6262575 or 13725856. OLE color: 13725856.

HSL color Cylindrical-coordinate representation of color #A070D1: hue angle of 269.69º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A070D1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 112 209 -
CMYK 0.23 0.46 0 0.18
HSL 269.69º 0.51% 0.63% -
HSV(B) 269.69º 0.46% 0.82% -
XYZ 31.8 23.67 63.21 -
YUV 137.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 160 112 209 0.23 0.46 0 0.18 269.69 0.51 0.63
Hex A0 70 D1 17 2E 0 12 10E 33 3F
Octal 240 160 321 27 56 0 22 416 63 77
Binary 10100000 1110000 11010001 10111 101110 0 10010 100001110 110011 111111

Color Harmonies of #A070D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070D1

Black with #A070D1

Text Example


Text Example

White with #A070D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070D1; }

 p { color: rgb(160,112,209); }

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

background-color css

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

 a { background-color: rgb(160,112,209); }

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

border-color css

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

 span { border-color: rgb(160,112,209); }

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