Html Css Color HEX #A672DB Amethyst

📋 copy color: '#A672DB'

red 166 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #A672DB

Tints of Amethyst #A672DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.85%

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

R = 33.27%
G = 22.85%
B = 43.89%

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

#A672DB (or 0xA672DB) is known color: Amethyst. HEX triplet: A6, 72 and DB. RGB value is (166,114,219). Sum of RGB (Red+Green+Blue) = 166+114+219=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A672DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DB is #598D24. Grayscale: #8D8D8D. Windows color (decimal): -5868837 or 14381734. OLE color: 14381734.

HSL color Cylindrical-coordinate representation of color #A672DB: hue angle of 269.71º degrees, saturation: 0.59, 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 #A672DB is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 114 219 -
CMYK 0.24 0.48 0 0.14
HSL 269.71º 0.59% 0.65% -
HSV(B) 269.71º 0.48% 0.86% -
XYZ 34.53 25.26 70.07 -
YUV 141.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 166 114 219 0.24 0.48 0 0.14 269.71 0.59 0.65
Hex A6 72 DB 18 30 0 E 10E 3B 41
Octal 246 162 333 30 60 0 16 416 73 101
Binary 10100110 1110010 11011011 11000 110000 0 1110 100001110 111011 1000001

Color Harmonies of #A672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672DB

Black with #A672DB

Text Example


Text Example

White with #A672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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