Html Css Color HEX #A360CA Amethyst

📋 copy color: '#A360CA'

red 163 ◦ green 96 ◦ blue 202

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

Shades of Amethyst #A360CA

Tints of Amethyst #A360CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 35.36%
G = 20.82%
B = 43.82%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A360CA (or 0xA360CA) is known color: Amethyst. HEX triplet: A3, 60 and CA. RGB value is (163,96,202). Sum of RGB (Red+Green+Blue) = 163+96+202=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A360CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360CA is #5C9F35. Grayscale: #7F7F7F. Windows color (decimal): -6070070 or 13263011. OLE color: 13263011.

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

Color convert

RGB 163 96 202 -
CMYK 0.19 0.52 0 0.21
HSL 277.92º 0.5% 0.58% -
HSV(B) 277.92º 0.52% 0.79% -
XYZ 29.95 20.42 58.24 -
YUV 128.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 163 96 202 0.19 0.52 0 0.21 277.92 0.5 0.58
Hex A3 60 CA 13 34 0 15 116 32 3A
Octal 243 140 312 23 64 0 25 426 62 72
Binary 10100011 1100000 11001010 10011 110100 0 10101 100010110 110010 111010

Color Harmonies of #A360CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360CA

Black with #A360CA

Text Example


Text Example

White with #A360CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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