Html Css Color HEX #A863DA Amethyst

📋 copy color: '#A863DA'

red 168 ◦ green 99 ◦ blue 218

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

Shades of Amethyst #A863DA

Tints of Amethyst #A863DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 34.64%
G = 20.41%
B = 44.95%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A863DA (or 0xA863DA) is known color: Amethyst. HEX triplet: A8, 63 and DA. RGB value is (168,99,218). Sum of RGB (Red+Green+Blue) = 168+99+218=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A863DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DA is #579C25. Grayscale: #848484. Windows color (decimal): -5741606 or 14312360. OLE color: 14312360.

HSL color Cylindrical-coordinate representation of color #A863DA: hue angle of 274.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A863DA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 99 218 -
CMYK 0.23 0.55 0 0.15
HSL 274.79º 0.62% 0.62% -
HSV(B) 274.79º 0.55% 0.85% -
XYZ 33.27 22.31 68.88 -
YUV 133.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 168 99 218 0.23 0.55 0 0.15 274.79 0.62 0.62
Hex A8 63 DA 17 37 0 F 113 3E 3E
Octal 250 143 332 27 67 0 17 423 76 76
Binary 10101000 1100011 11011010 10111 110111 0 1111 100010011 111110 111110

Color Harmonies of #A863DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863DA

Black with #A863DA

Text Example


Text Example

White with #A863DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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