Html Css Color HEX #A863C9 Amethyst

📋 copy color: '#A863C9'

red 168 ◦ green 99 ◦ blue 201

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

Shades of Amethyst #A863C9

Tints of Amethyst #A863C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 35.9%
G = 21.15%
B = 42.95%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A863C9 (or 0xA863C9) is known color: Amethyst. HEX triplet: A8, 63 and C9. RGB value is (168,99,201). Sum of RGB (Red+Green+Blue) = 168+99+201=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #A863C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863C9 is #579C36. Grayscale: #828282. Windows color (decimal): -5741623 or 13198248. OLE color: 13198248.

HSL color Cylindrical-coordinate representation of color #A863C9: hue angle of 280.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A863C9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 99 201 -
CMYK 0.16 0.51 0 0.21
HSL 280.59º 0.49% 0.59% -
HSV(B) 280.59º 0.51% 0.79% -
XYZ 31.15 21.47 57.76 -
YUV 131.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 168 99 201 0.16 0.51 0 0.21 280.59 0.49 0.59
Hex A8 63 C9 10 33 0 15 119 31 3B
Octal 250 143 311 20 63 0 25 431 61 73
Binary 10101000 1100011 11001001 10000 110011 0 10101 100011001 110001 111011

Color Harmonies of #A863C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863C9

Black with #A863C9

Text Example


Text Example

White with #A863C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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