Html Css Color HEX #A373CA Amethyst

📋 copy color: '#A373CA'

red 163 ◦ green 115 ◦ blue 202

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

Shades of Amethyst #A373CA

Tints of Amethyst #A373CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 33.96%
G = 23.96%
B = 42.08%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A373CA (or 0xA373CA) is known color: Amethyst. HEX triplet: A3, 73 and CA. RGB value is (163,115,202). Sum of RGB (Red+Green+Blue) = 163+115+202=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #A373CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373CA is #5C8C35. Grayscale: #8A8A8A. Windows color (decimal): -6065206 or 13267875. OLE color: 13267875.

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

Color convert

RGB 163 115 202 -
CMYK 0.19 0.43 0 0.21
HSL 273.1º 0.45% 0.62% -
HSV(B) 273.1º 0.43% 0.79% -
XYZ 31.9 24.31 58.89 -
YUV 139.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 163 115 202 0.19 0.43 0 0.21 273.1 0.45 0.62
Hex A3 73 CA 13 2B 0 15 111 2D 3E
Octal 243 163 312 23 53 0 25 421 55 76
Binary 10100011 1110011 11001010 10011 101011 0 10101 100010001 101101 111110

Color Harmonies of #A373CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373CA

Black with #A373CA

Text Example


Text Example

White with #A373CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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