Html Css Color HEX #A861DD Amethyst

📋 copy color: '#A861DD'

red 168 ◦ green 97 ◦ blue 221

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

Shades of Amethyst #A861DD

Tints of Amethyst #A861DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 34.57%
G = 19.96%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A861DD (or 0xA861DD) is known color: Amethyst. HEX triplet: A8, 61 and DD. RGB value is (168,97,221). Sum of RGB (Red+Green+Blue) = 168+97+221=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A861DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DD is #579E22. Grayscale: #838383. Windows color (decimal): -5742115 or 14508456. OLE color: 14508456.

HSL color Cylindrical-coordinate representation of color #A861DD: hue angle of 274.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A861DD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 97 221 -
CMYK 0.24 0.56 0 0.13
HSL 274.35º 0.65% 0.62% -
HSV(B) 274.35º 0.56% 0.87% -
XYZ 33.47 22.09 70.91 -
YUV 132.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 168 97 221 0.24 0.56 0 0.13 274.35 0.65 0.62
Hex A8 61 DD 18 38 0 D 112 41 3E
Octal 250 141 335 30 70 0 15 422 101 76
Binary 10101000 1100001 11011101 11000 111000 0 1101 100010010 1000001 111110

Color Harmonies of #A861DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861DD

Black with #A861DD

Text Example


Text Example

White with #A861DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861DD; }

 p { color: rgb(168,97,221); }

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

background-color css

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

 a { background-color: rgb(168,97,221); }

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

border-color css

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

 span { border-color: rgb(168,97,221); }

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