Html Css Color HEX #A363DD Amethyst

📋 copy color: '#A363DD'

red 163 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #A363DD

Tints of Amethyst #A363DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 33.75%
G = 20.5%
B = 45.76%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A363DD (or 0xA363DD) is known color: Amethyst. HEX triplet: A3, 63 and DD. RGB value is (163,99,221). Sum of RGB (Red+Green+Blue) = 163+99+221=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A363DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363DD is #5C9C22. Grayscale: #838383. Windows color (decimal): -6069283 or 14508963. OLE color: 14508963.

HSL color Cylindrical-coordinate representation of color #A363DD: hue angle of 271.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A363DD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 99 221 -
CMYK 0.26 0.55 0 0.13
HSL 271.48º 0.64% 0.63% -
HSV(B) 271.48º 0.55% 0.87% -
XYZ 32.62 21.93 70.92 -
YUV 132.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 163 99 221 0.26 0.55 0 0.13 271.48 0.64 0.63
Hex A3 63 DD 1A 37 0 D 10F 40 3F
Octal 243 143 335 32 67 0 15 417 100 77
Binary 10100011 1100011 11011101 11010 110111 0 1101 100001111 1000000 111111

Color Harmonies of #A363DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363DD

Black with #A363DD

Text Example


Text Example

White with #A363DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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