Html Css Color HEX #A674DA Amethyst

📋 copy color: '#A674DA'

red 166 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #A674DA

Tints of Amethyst #A674DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.2%

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

R = 33.2%
G = 23.2%
B = 43.6%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A674DA (or 0xA674DA) is known color: Amethyst. HEX triplet: A6, 74 and DA. RGB value is (166,116,218). Sum of RGB (Red+Green+Blue) = 166+116+218=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A674DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674DA is #598B25. Grayscale: #8E8E8E. Windows color (decimal): -5868326 or 14316710. OLE color: 14316710.

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

Color convert

RGB 166 116 218 -
CMYK 0.24 0.47 0 0.15
HSL 269.41º 0.58% 0.65% -
HSV(B) 269.41º 0.47% 0.85% -
XYZ 34.63 25.66 69.46 -
YUV 142.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 166 116 218 0.24 0.47 0 0.15 269.41 0.58 0.65
Hex A6 74 DA 18 2F 0 F 10D 3A 41
Octal 246 164 332 30 57 0 17 415 72 101
Binary 10100110 1110100 11011010 11000 101111 0 1111 100001101 111010 1000001

Color Harmonies of #A674DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674DA

Black with #A674DA

Text Example


Text Example

White with #A674DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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