Html Css Color HEX #A863CE Amethyst

📋 copy color: '#A863CE'

red 168 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #A863CE

Tints of Amethyst #A863CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 35.52%
G = 20.93%
B = 43.55%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A863CE (or 0xA863CE) is known color: Amethyst. HEX triplet: A8, 63 and CE. RGB value is (168,99,206). Sum of RGB (Red+Green+Blue) = 168+99+206=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A863CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CE is #579C31. Grayscale: #838383. Windows color (decimal): -5741618 or 13525928. OLE color: 13525928.

HSL color Cylindrical-coordinate representation of color #A863CE: hue angle of 278.69º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A863CE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 99 206 -
CMYK 0.18 0.52 0 0.19
HSL 278.69º 0.52% 0.6% -
HSV(B) 278.69º 0.52% 0.81% -
XYZ 31.75 21.7 60.91 -
YUV 131.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 168 99 206 0.18 0.52 0 0.19 278.69 0.52 0.6
Hex A8 63 CE 12 34 0 13 117 34 3C
Octal 250 143 316 22 64 0 23 427 64 74
Binary 10101000 1100011 11001110 10010 110100 0 10011 100010111 110100 111100

Color Harmonies of #A863CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863CE

Black with #A863CE

Text Example


Text Example

White with #A863CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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