Html Css Color HEX #A363CD Amethyst

📋 copy color: '#A363CD'

red 163 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #A363CD

Tints of Amethyst #A363CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 34.9%
G = 21.2%
B = 43.9%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A363CD (or 0xA363CD) is known color: Amethyst. HEX triplet: A3, 63 and CD. RGB value is (163,99,205). Sum of RGB (Red+Green+Blue) = 163+99+205=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A363CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CD is #5C9C32. Grayscale: #818181. Windows color (decimal): -6069299 or 13460387. OLE color: 13460387.

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

Color convert

RGB 163 99 205 -
CMYK 0.20 0.52 0 0.20
HSL 276.23º 0.51% 0.6% -
HSV(B) 276.23º 0.52% 0.8% -
XYZ 30.59 21.12 60.22 -
YUV 130.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 163 99 205 0.20 0.52 0 0.20 276.23 0.51 0.6
Hex A3 63 CD 14 34 0 14 114 33 3C
Octal 243 143 315 24 64 0 24 424 63 74
Binary 10100011 1100011 11001101 10100 110100 0 10100 100010100 110011 111100

Color Harmonies of #A363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363CD

Black with #A363CD

Text Example


Text Example

White with #A363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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