Html Css Color HEX #A67AD1 Amethyst

📋 copy color: '#A67AD1'

red 166 ◦ green 122 ◦ blue 209

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

Shades of Amethyst #A67AD1

Tints of Amethyst #A67AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 33.4%
G = 24.55%
B = 42.05%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A67AD1 (or 0xA67AD1) is known color: Amethyst. HEX triplet: A6, 7A and D1. RGB value is (166,122,209). Sum of RGB (Red+Green+Blue) = 166+122+209=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #A67AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AD1 is #59852E. Grayscale: #909090. Windows color (decimal): -5866799 or 13728422. OLE color: 13728422.

HSL color Cylindrical-coordinate representation of color #A67AD1: hue angle of 270.34º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67AD1 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 122 209 -
CMYK 0.21 0.42 0 0.18
HSL 270.34º 0.49% 0.65% -
HSV(B) 270.34º 0.42% 0.82% -
XYZ 34.19 26.63 63.66 -
YUV 145.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 166 122 209 0.21 0.42 0 0.18 270.34 0.49 0.65
Hex A6 7A D1 15 2A 0 12 10E 31 41
Octal 246 172 321 25 52 0 22 416 61 101
Binary 10100110 1111010 11010001 10101 101010 0 10010 100001110 110001 1000001

Color Harmonies of #A67AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AD1

Black with #A67AD1

Text Example


Text Example

White with #A67AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AD1; }

 p { color: rgb(166,122,209); }

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

background-color css

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

 a { background-color: rgb(166,122,209); }

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

border-color css

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

 span { border-color: rgb(166,122,209); }

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