Html Css Color HEX #A863CB Amethyst

📋 copy color: '#A863CB'

red 168 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #A863CB

Tints of Amethyst #A863CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 35.74%
G = 21.06%
B = 43.19%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A863CB (or 0xA863CB) is known color: Amethyst. HEX triplet: A8, 63 and CB. RGB value is (168,99,203). Sum of RGB (Red+Green+Blue) = 168+99+203=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A863CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CB is #579C34. Grayscale: #838383. Windows color (decimal): -5741621 or 13329320. OLE color: 13329320.

HSL color Cylindrical-coordinate representation of color #A863CB: hue angle of 279.81º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A863CB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 99 203 -
CMYK 0.17 0.51 0 0.20
HSL 279.81º 0.5% 0.59% -
HSV(B) 279.81º 0.51% 0.8% -
XYZ 31.39 21.56 59.01 -
YUV 131.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 168 99 203 0.17 0.51 0 0.20 279.81 0.5 0.59
Hex A8 63 CB 11 33 0 14 118 32 3B
Octal 250 143 313 21 63 0 24 430 62 73
Binary 10101000 1100011 11001011 10001 110011 0 10100 100011000 110010 111011

Color Harmonies of #A863CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863CB

Black with #A863CB

Text Example


Text Example

White with #A863CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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