Html Css Color HEX #A671DB Amethyst

📋 copy color: '#A671DB'

red 166 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #A671DB

Tints of Amethyst #A671DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.69%

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

R = 33.33%
G = 22.69%
B = 43.98%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A671DB (or 0xA671DB) is known color: Amethyst. HEX triplet: A6, 71 and DB. RGB value is (166,113,219). Sum of RGB (Red+Green+Blue) = 166+113+219=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A671DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671DB is #598E24. Grayscale: #8C8C8C. Windows color (decimal): -5869093 or 14381478. OLE color: 14381478.

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

Color convert

RGB 166 113 219 -
CMYK 0.24 0.48 0 0.14
HSL 270º 0.6% 0.65% -
HSV(B) 270º 0.48% 0.86% -
XYZ 34.42 25.03 70.04 -
YUV 140.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 166 113 219 0.24 0.48 0 0.14 270 0.6 0.65
Hex A6 71 DB 18 30 0 E 10E 3C 41
Octal 246 161 333 30 60 0 16 416 74 101
Binary 10100110 1110001 11011011 11000 110000 0 1110 100001110 111100 1000001

Color Harmonies of #A671DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671DB

Black with #A671DB

Text Example


Text Example

White with #A671DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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