Html Css Color HEX #A871DA Amethyst

📋 copy color: '#A871DA'

red 168 ◦ green 113 ◦ blue 218

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

Shades of Amethyst #A871DA

Tints of Amethyst #A871DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

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

R = 33.67%
G = 22.65%
B = 43.69%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A871DA (or 0xA871DA) is known color: Amethyst. HEX triplet: A8, 71 and DA. RGB value is (168,113,218). Sum of RGB (Red+Green+Blue) = 168+113+218=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A871DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871DA is #578E25. Grayscale: #8D8D8D. Windows color (decimal): -5738022 or 14315944. OLE color: 14315944.

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

Color convert

RGB 168 113 218 -
CMYK 0.23 0.48 0 0.15
HSL 271.43º 0.59% 0.65% -
HSV(B) 271.43º 0.48% 0.85% -
XYZ 34.71 25.2 69.36 -
YUV 141.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 168 113 218 0.23 0.48 0 0.15 271.43 0.59 0.65
Hex A8 71 DA 17 30 0 F 10F 3B 41
Octal 250 161 332 27 60 0 17 417 73 101
Binary 10101000 1110001 11011010 10111 110000 0 1111 100001111 111011 1000001

Color Harmonies of #A871DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871DA

Black with #A871DA

Text Example


Text Example

White with #A871DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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