Html Css Color HEX #A863DD Amethyst

📋 copy color: '#A863DD'

red 168 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #A863DD

Tints of Amethyst #A863DD

RGB

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

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

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

R = 34.43%
G = 20.29%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A863DD (or 0xA863DD) is known color: Amethyst. HEX triplet: A8, 63 and DD. RGB value is (168,99,221). Sum of RGB (Red+Green+Blue) = 168+99+221=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A863DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DD is #579C22. Grayscale: #858585. Windows color (decimal): -5741603 or 14508968. OLE color: 14508968.

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

Color convert

RGB 168 99 221 -
CMYK 0.24 0.55 0 0.13
HSL 273.93º 0.64% 0.63% -
HSV(B) 273.93º 0.55% 0.87% -
XYZ 33.66 22.47 70.97 -
YUV 133.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 168 99 221 0.24 0.55 0 0.13 273.93 0.64 0.63
Hex A8 63 DD 18 37 0 D 112 40 3F
Octal 250 143 335 30 67 0 15 422 100 77
Binary 10101000 1100011 11011101 11000 110111 0 1101 100010010 1000000 111111

Color Harmonies of #A863DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863DD

Black with #A863DD

Text Example


Text Example

White with #A863DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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