Html Css Color HEX #A363DB Amethyst

📋 copy color: '#A363DB'

red 163 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #A363DB

Tints of Amethyst #A363DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 33.89%
G = 20.58%
B = 45.53%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A363DB (or 0xA363DB) is known color: Amethyst. HEX triplet: A3, 63 and DB. RGB value is (163,99,219). Sum of RGB (Red+Green+Blue) = 163+99+219=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A363DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363DB is #5C9C24. Grayscale: #838383. Windows color (decimal): -6069285 or 14377891. OLE color: 14377891.

HSL color Cylindrical-coordinate representation of color #A363DB: hue angle of 272º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A363DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 99 219 -
CMYK 0.26 0.55 0 0.14
HSL 272º 0.63% 0.62% -
HSV(B) 272º 0.55% 0.86% -
XYZ 32.35 21.82 69.53 -
YUV 131.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 163 99 219 0.26 0.55 0 0.14 272 0.63 0.62
Hex A3 63 DB 1A 37 0 E 110 3E 3E
Octal 243 143 333 32 67 0 16 420 76 76
Binary 10100011 1100011 11011011 11010 110111 0 1110 100010000 111110 111110

Color Harmonies of #A363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363DB

Black with #A363DB

Text Example


Text Example

White with #A363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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