Html Css Color HEX #A370D0 Amethyst

📋 copy color: '#A370D0'

red 163 ◦ green 112 ◦ blue 208

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

Shades of Amethyst #A370D0

Tints of Amethyst #A370D0

RGB

 RED value IS 163 (64.06% from 255) = 33.75%

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 33.75%
G = 23.19%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A370D0 (or 0xA370D0) is known color: Amethyst. HEX triplet: A3, 70 and D0. RGB value is (163,112,208). Sum of RGB (Red+Green+Blue) = 163+112+208=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #A370D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370D0 is #5C8F2F. Grayscale: #898989. Windows color (decimal): -6065968 or 13660323. OLE color: 13660323.

HSL color Cylindrical-coordinate representation of color #A370D0: hue angle of 271.88º 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 #A370D0 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 112 208 -
CMYK 0.22 0.46 0 0.18
HSL 271.88º 0.51% 0.63% -
HSV(B) 271.88º 0.46% 0.82% -
XYZ 32.28 23.93 62.59 -
YUV 138.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 163 112 208 0.22 0.46 0 0.18 271.88 0.51 0.63
Hex A3 70 D0 16 2E 0 12 110 33 3F
Octal 243 160 320 26 56 0 22 420 63 77
Binary 10100011 1110000 11010000 10110 101110 0 10010 100010000 110011 111111

Color Harmonies of #A370D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370D0

Black with #A370D0

Text Example


Text Example

White with #A370D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370D0; }

 p { color: rgb(163,112,208); }

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

background-color css

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

 a { background-color: rgb(163,112,208); }

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

border-color css

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

 span { border-color: rgb(163,112,208); }

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