Html Css Color HEX #A373CE Amethyst

📋 copy color: '#A373CE'

red 163 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #A373CE

Tints of Amethyst #A373CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.76%

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

R = 33.68%
G = 23.76%
B = 42.56%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A373CE (or 0xA373CE) is known color: Amethyst. HEX triplet: A3, 73 and CE. RGB value is (163,115,206). Sum of RGB (Red+Green+Blue) = 163+115+206=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A373CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373CE is #5C8C31. Grayscale: #8B8B8B. Windows color (decimal): -6065202 or 13530019. OLE color: 13530019.

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

Color convert

RGB 163 115 206 -
CMYK 0.21 0.44 0 0.19
HSL 271.65º 0.48% 0.63% -
HSV(B) 271.65º 0.44% 0.81% -
XYZ 32.38 24.5 61.42 -
YUV 139.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 163 115 206 0.21 0.44 0 0.19 271.65 0.48 0.63
Hex A3 73 CE 15 2C 0 13 110 30 3F
Octal 243 163 316 25 54 0 23 420 60 77
Binary 10100011 1110011 11001110 10101 101100 0 10011 100010000 110000 111111

Color Harmonies of #A373CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373CE

Black with #A373CE

Text Example


Text Example

White with #A373CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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