Html Css Color HEX #A670CF Amethyst

📋 copy color: '#A670CF'

red 166 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A670CF

Tints of Amethyst #A670CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 34.23%
G = 23.09%
B = 42.68%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A670CF (or 0xA670CF) is known color: Amethyst. HEX triplet: A6, 70 and CF. RGB value is (166,112,207). Sum of RGB (Red+Green+Blue) = 166+112+207=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A670CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670CF is #598F30. Grayscale: #8A8A8A. Windows color (decimal): -5869361 or 13594790. OLE color: 13594790.

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

Color convert

RGB 166 112 207 -
CMYK 0.20 0.46 0 0.19
HSL 274.11º 0.5% 0.63% -
HSV(B) 274.11º 0.46% 0.81% -
XYZ 32.78 24.2 61.97 -
YUV 138.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 166 112 207 0.20 0.46 0 0.19 274.11 0.5 0.63
Hex A6 70 CF 14 2E 0 13 112 32 3F
Octal 246 160 317 24 56 0 23 422 62 77
Binary 10100110 1110000 11001111 10100 101110 0 10011 100010010 110010 111111

Color Harmonies of #A670CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670CF

Black with #A670CF

Text Example


Text Example

White with #A670CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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