Html Css Color HEX #A672DA Amethyst

📋 copy color: '#A672DA'

red 166 ◦ green 114 ◦ blue 218

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

Shades of Amethyst #A672DA

Tints of Amethyst #A672DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 33.33%
G = 22.89%
B = 43.78%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A672DA (or 0xA672DA) is known color: Amethyst. HEX triplet: A6, 72 and DA. RGB value is (166,114,218). Sum of RGB (Red+Green+Blue) = 166+114+218=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A672DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DA is #598D25. Grayscale: #8D8D8D. Windows color (decimal): -5868838 or 14316198. OLE color: 14316198.

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

Color convert

RGB 166 114 218 -
CMYK 0.24 0.48 0 0.15
HSL 270º 0.58% 0.65% -
HSV(B) 270º 0.48% 0.85% -
XYZ 34.4 25.2 69.38 -
YUV 141.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 166 114 218 0.24 0.48 0 0.15 270 0.58 0.65
Hex A6 72 DA 18 30 0 F 10E 3A 41
Octal 246 162 332 30 60 0 17 416 72 101
Binary 10100110 1110010 11011010 11000 110000 0 1111 100001110 111010 1000001

Color Harmonies of #A672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672DA

Black with #A672DA

Text Example


Text Example

White with #A672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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