Html Css Color HEX #A863D7 Amethyst

📋 copy color: '#A863D7'

red 168 ◦ green 99 ◦ blue 215

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

Shades of Amethyst #A863D7

Tints of Amethyst #A863D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 34.85%
G = 20.54%
B = 44.61%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A863D7 (or 0xA863D7) is known color: Amethyst. HEX triplet: A8, 63 and D7. RGB value is (168,99,215). Sum of RGB (Red+Green+Blue) = 168+99+215=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #A863D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D7 is #579C28. Grayscale: #848484. Windows color (decimal): -5741609 or 14115752. OLE color: 14115752.

HSL color Cylindrical-coordinate representation of color #A863D7: hue angle of 275.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A863D7 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 99 215 -
CMYK 0.22 0.54 0 0.16
HSL 275.69º 0.59% 0.62% -
HSV(B) 275.69º 0.54% 0.84% -
XYZ 32.88 22.15 66.83 -
YUV 132.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 168 99 215 0.22 0.54 0 0.16 275.69 0.59 0.62
Hex A8 63 D7 16 36 0 10 114 3B 3E
Octal 250 143 327 26 66 0 20 424 73 76
Binary 10101000 1100011 11010111 10110 110110 0 10000 100010100 111011 111110

Color Harmonies of #A863D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863D7

Black with #A863D7

Text Example


Text Example

White with #A863D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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