Html Css Color HEX #A674CE Amethyst

📋 copy color: '#A674CE'

red 166 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #A674CE

Tints of Amethyst #A674CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

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

R = 34.02%
G = 23.77%
B = 42.21%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A674CE (or 0xA674CE) is known color: Amethyst. HEX triplet: A6, 74 and CE. RGB value is (166,116,206). Sum of RGB (Red+Green+Blue) = 166+116+206=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A674CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674CE is #598B31. Grayscale: #8C8C8C. Windows color (decimal): -5868338 or 13530278. OLE color: 13530278.

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

Color convert

RGB 166 116 206 -
CMYK 0.19 0.44 0 0.19
HSL 273.33º 0.48% 0.63% -
HSV(B) 273.33º 0.44% 0.81% -
XYZ 33.11 25.05 61.48 -
YUV 141.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 166 116 206 0.19 0.44 0 0.19 273.33 0.48 0.63
Hex A6 74 CE 13 2C 0 13 111 30 3F
Octal 246 164 316 23 54 0 23 421 60 77
Binary 10100110 1110100 11001110 10011 101100 0 10011 100010001 110000 111111

Color Harmonies of #A674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674CE

Black with #A674CE

Text Example


Text Example

White with #A674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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