Html Css Color HEX #A661CE Amethyst

📋 copy color: '#A661CE'

red 166 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #A661CE

Tints of Amethyst #A661CE

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

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

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

R = 35.39%
G = 20.68%
B = 43.92%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A661CE (or 0xA661CE) is known color: Amethyst. HEX triplet: A6, 61 and CE. RGB value is (166,97,206). Sum of RGB (Red+Green+Blue) = 166+97+206=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A661CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661CE is #599E31. Grayscale: #818181. Windows color (decimal): -5873202 or 13525414. OLE color: 13525414.

HSL color Cylindrical-coordinate representation of color #A661CE: hue angle of 277.98º 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 #A661CE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 97 206 -
CMYK 0.19 0.53 0 0.19
HSL 277.98º 0.53% 0.59% -
HSV(B) 277.98º 0.53% 0.81% -
XYZ 31.14 21.11 60.83 -
YUV 130.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 166 97 206 0.19 0.53 0 0.19 277.98 0.53 0.59
Hex A6 61 CE 13 35 0 13 116 35 3B
Octal 246 141 316 23 65 0 23 426 65 73
Binary 10100110 1100001 11001110 10011 110101 0 10011 100010110 110101 111011

Color Harmonies of #A661CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661CE

Black with #A661CE

Text Example


Text Example

White with #A661CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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