Html Css Color HEX #A670C7 Amethyst

📋 copy color: '#A670C7'

red 166 ◦ green 112 ◦ blue 199

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

Shades of Amethyst #A670C7

Tints of Amethyst #A670C7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 199 (78.13% from 255) = 41.72%

R = 34.8%
G = 23.48%
B = 41.72%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A670C7 (or 0xA670C7) is known color: Amethyst. HEX triplet: A6, 70 and C7. RGB value is (166,112,199). Sum of RGB (Red+Green+Blue) = 166+112+199=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #A670C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670C7 is #598F38. Grayscale: #898989. Windows color (decimal): -5869369 or 13070502. OLE color: 13070502.

HSL color Cylindrical-coordinate representation of color #A670C7: hue angle of 277.24º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A670C7 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 112 199 -
CMYK 0.17 0.44 0 0.22
HSL 277.24º 0.44% 0.61% -
HSV(B) 277.24º 0.44% 0.78% -
XYZ 31.83 23.82 56.95 -
YUV 138.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 166 112 199 0.17 0.44 0 0.22 277.24 0.44 0.61
Hex A6 70 C7 11 2C 0 16 115 2C 3D
Octal 246 160 307 21 54 0 26 425 54 75
Binary 10100110 1110000 11000111 10001 101100 0 10110 100010101 101100 111101

Color Harmonies of #A670C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670C7

Black with #A670C7

Text Example


Text Example

White with #A670C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670C7; }

 p { color: rgb(166,112,199); }

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

background-color css

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

 a { background-color: rgb(166,112,199); }

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

border-color css

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

 span { border-color: rgb(166,112,199); }

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