Html Css Color HEX #A863CA Amethyst

📋 copy color: '#A863CA'

red 168 ◦ green 99 ◦ blue 202

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

Shades of Amethyst #A863CA

Tints of Amethyst #A863CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 35.82%
G = 21.11%
B = 43.07%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A863CA (or 0xA863CA) is known color: Amethyst. HEX triplet: A8, 63 and CA. RGB value is (168,99,202). Sum of RGB (Red+Green+Blue) = 168+99+202=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A863CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CA is #579C35. Grayscale: #838383. Windows color (decimal): -5741622 or 13263784. OLE color: 13263784.

HSL color Cylindrical-coordinate representation of color #A863CA: hue angle of 280.19º 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 #A863CA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 99 202 -
CMYK 0.17 0.51 0 0.21
HSL 280.19º 0.49% 0.59% -
HSV(B) 280.19º 0.51% 0.79% -
XYZ 31.27 21.51 58.38 -
YUV 131.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 168 99 202 0.17 0.51 0 0.21 280.19 0.49 0.59
Hex A8 63 CA 11 33 0 15 118 31 3B
Octal 250 143 312 21 63 0 25 430 61 73
Binary 10101000 1100011 11001010 10001 110011 0 10101 100011000 110001 111011

Color Harmonies of #A863CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863CA

Black with #A863CA

Text Example


Text Example

White with #A863CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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