Html Css Color HEX #A862D1 Amethyst

📋 copy color: '#A862D1'

red 168 ◦ green 98 ◦ blue 209

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

Shades of Amethyst #A862D1

Tints of Amethyst #A862D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 35.37%
G = 20.63%
B = 44%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A862D1 (or 0xA862D1) is known color: Amethyst. HEX triplet: A8, 62 and D1. RGB value is (168,98,209). Sum of RGB (Red+Green+Blue) = 168+98+209=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #A862D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862D1 is #579D2E. Grayscale: #838383. Windows color (decimal): -5741871 or 13722280. OLE color: 13722280.

HSL color Cylindrical-coordinate representation of color #A862D1: hue angle of 277.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A862D1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 98 209 -
CMYK 0.20 0.53 0 0.18
HSL 277.84º 0.55% 0.6% -
HSV(B) 277.84º 0.53% 0.82% -
XYZ 32.02 21.66 62.82 -
YUV 131.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 168 98 209 0.20 0.53 0 0.18 277.84 0.55 0.6
Hex A8 62 D1 14 35 0 12 116 37 3C
Octal 250 142 321 24 65 0 22 426 67 74
Binary 10101000 1100010 11010001 10100 110101 0 10010 100010110 110111 111100

Color Harmonies of #A862D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862D1

Black with #A862D1

Text Example


Text Example

White with #A862D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862D1; }

 p { color: rgb(168,98,209); }

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

background-color css

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

 a { background-color: rgb(168,98,209); }

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

border-color css

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

 span { border-color: rgb(168,98,209); }

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