Html Css Color HEX #A363CA Amethyst

📋 copy color: '#A363CA'

red 163 ◦ green 99 ◦ blue 202

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

Shades of Amethyst #A363CA

Tints of Amethyst #A363CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 35.13%
G = 21.34%
B = 43.53%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A363CA (or 0xA363CA) is known color: Amethyst. HEX triplet: A3, 63 and CA. RGB value is (163,99,202). Sum of RGB (Red+Green+Blue) = 163+99+202=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #A363CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CA is #5C9C35. Grayscale: #818181. Windows color (decimal): -6069302 or 13263779. OLE color: 13263779.

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

Color convert

RGB 163 99 202 -
CMYK 0.19 0.51 0 0.21
HSL 277.28º 0.49% 0.59% -
HSV(B) 277.28º 0.51% 0.79% -
XYZ 30.23 20.97 58.33 -
YUV 129.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 163 99 202 0.19 0.51 0 0.21 277.28 0.49 0.59
Hex A3 63 CA 13 33 0 15 115 31 3B
Octal 243 143 312 23 63 0 25 425 61 73
Binary 10100011 1100011 11001010 10011 110011 0 10101 100010101 110001 111011

Color Harmonies of #A363CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363CA

Black with #A363CA

Text Example


Text Example

White with #A363CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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