Html Css Color HEX #A670DB Amethyst

📋 copy color: '#A670DB'

red 166 ◦ green 112 ◦ blue 219

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

Shades of Amethyst #A670DB

Tints of Amethyst #A670DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 33.4%
G = 22.54%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A670DB (or 0xA670DB) is known color: Amethyst. HEX triplet: A6, 70 and DB. RGB value is (166,112,219). Sum of RGB (Red+Green+Blue) = 166+112+219=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A670DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670DB is #598F24. Grayscale: #8B8B8B. Windows color (decimal): -5869349 or 14381222. OLE color: 14381222.

HSL color Cylindrical-coordinate representation of color #A670DB: hue angle of 270.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A670DB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 112 219 -
CMYK 0.24 0.49 0 0.14
HSL 270.28º 0.6% 0.65% -
HSV(B) 270.28º 0.49% 0.86% -
XYZ 34.31 24.81 70 -
YUV 140.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 166 112 219 0.24 0.49 0 0.14 270.28 0.6 0.65
Hex A6 70 DB 18 31 0 E 10E 3C 41
Octal 246 160 333 30 61 0 16 416 74 101
Binary 10100110 1110000 11011011 11000 110001 0 1110 100001110 111100 1000001

Color Harmonies of #A670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670DB

Black with #A670DB

Text Example


Text Example

White with #A670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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