Html Css Color HEX #A863DB Amethyst

📋 copy color: '#A863DB'

red 168 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #A863DB

Tints of Amethyst #A863DB

RGB

 RED value IS 168 (66.02% from 255) = 34.57%

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

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

R = 34.57%
G = 20.37%
B = 45.06%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A863DB (or 0xA863DB) is known color: Amethyst. HEX triplet: A8, 63 and DB. RGB value is (168,99,219). Sum of RGB (Red+Green+Blue) = 168+99+219=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A863DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DB is #579C24. Grayscale: #848484. Windows color (decimal): -5741605 or 14377896. OLE color: 14377896.

HSL color Cylindrical-coordinate representation of color #A863DB: hue angle of 274.5º 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 #A863DB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 99 219 -
CMYK 0.23 0.55 0 0.14
HSL 274.5º 0.63% 0.62% -
HSV(B) 274.5º 0.55% 0.86% -
XYZ 33.4 22.36 69.57 -
YUV 133.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 168 99 219 0.23 0.55 0 0.14 274.5 0.63 0.62
Hex A8 63 DB 17 37 0 E 112 3E 3E
Octal 250 143 333 27 67 0 16 422 76 76
Binary 10101000 1100011 11011011 10111 110111 0 1110 100010010 111110 111110

Color Harmonies of #A863DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863DB

Black with #A863DB

Text Example


Text Example

White with #A863DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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