Html Css Color HEX #A363CC Amethyst

📋 copy color: '#A363CC'

red 163 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #A363CC

Tints of Amethyst #A363CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 34.98%
G = 21.24%
B = 43.78%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A363CC (or 0xA363CC) is known color: Amethyst. HEX triplet: A3, 63 and CC. RGB value is (163,99,204). Sum of RGB (Red+Green+Blue) = 163+99+204=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #A363CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CC is #5C9C33. Grayscale: #818181. Windows color (decimal): -6069300 or 13394851. OLE color: 13394851.

HSL color Cylindrical-coordinate representation of color #A363CC: hue angle of 276.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A363CC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 99 204 -
CMYK 0.20 0.51 0 0.2
HSL 276.57º 0.51% 0.59% -
HSV(B) 276.57º 0.51% 0.8% -
XYZ 30.47 21.07 59.59 -
YUV 130.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 163 99 204 0.20 0.51 0 0.2 276.57 0.51 0.59
Hex A3 63 CC 14 33 0 14 115 33 3B
Octal 243 143 314 24 63 0 24 425 63 73
Binary 10100011 1100011 11001100 10100 110011 0 10100 100010101 110011 111011

Color Harmonies of #A363CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363CC

Black with #A363CC

Text Example


Text Example

White with #A363CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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