Html Css Color HEX #A370CE Amethyst

📋 copy color: '#A370CE'

red 163 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A370CE

Tints of Amethyst #A370CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 33.89%
G = 23.28%
B = 42.83%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A370CE (or 0xA370CE) is known color: Amethyst. HEX triplet: A3, 70 and CE. RGB value is (163,112,206). Sum of RGB (Red+Green+Blue) = 163+112+206=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A370CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CE is #5C8F31. Grayscale: #898989. Windows color (decimal): -6065970 or 13529251. OLE color: 13529251.

HSL color Cylindrical-coordinate representation of color #A370CE: hue angle of 272.55º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A370CE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 112 206 -
CMYK 0.21 0.46 0 0.19
HSL 272.55º 0.49% 0.62% -
HSV(B) 272.55º 0.46% 0.81% -
XYZ 32.04 23.83 61.3 -
YUV 137.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 163 112 206 0.21 0.46 0 0.19 272.55 0.49 0.62
Hex A3 70 CE 15 2E 0 13 111 31 3E
Octal 243 160 316 25 56 0 23 421 61 76
Binary 10100011 1110000 11001110 10101 101110 0 10011 100010001 110001 111110

Color Harmonies of #A370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370CE

Black with #A370CE

Text Example


Text Example

White with #A370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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