Html Css Color HEX #A861CE Amethyst

📋 copy color: '#A861CE'

red 168 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #A861CE

Tints of Amethyst #A861CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 35.67%
G = 20.59%
B = 43.74%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A861CE (or 0xA861CE) is known color: Amethyst. HEX triplet: A8, 61 and CE. RGB value is (168,97,206). Sum of RGB (Red+Green+Blue) = 168+97+206=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A861CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861CE is #579E31. Grayscale: #828282. Windows color (decimal): -5742130 or 13525416. OLE color: 13525416.

HSL color Cylindrical-coordinate representation of color #A861CE: hue angle of 279.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A861CE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 97 206 -
CMYK 0.18 0.53 0 0.19
HSL 279.08º 0.53% 0.59% -
HSV(B) 279.08º 0.53% 0.81% -
XYZ 31.56 21.33 60.85 -
YUV 130.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 168 97 206 0.18 0.53 0 0.19 279.08 0.53 0.59
Hex A8 61 CE 12 35 0 13 117 35 3B
Octal 250 141 316 22 65 0 23 427 65 73
Binary 10101000 1100001 11001110 10010 110101 0 10011 100010111 110101 111011

Color Harmonies of #A861CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861CE

Black with #A861CE

Text Example


Text Example

White with #A861CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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