Html Css Color HEX #A67AD3 Amethyst

📋 copy color: '#A67AD3'

red 166 ◦ green 122 ◦ blue 211

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

Shades of Amethyst #A67AD3

Tints of Amethyst #A67AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.28%

R = 33.27%
G = 24.45%
B = 42.28%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A67AD3 (or 0xA67AD3) is known color: Amethyst. HEX triplet: A6, 7A and D3. RGB value is (166,122,211). Sum of RGB (Red+Green+Blue) = 166+122+211=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #A67AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AD3 is #59852C. Grayscale: #909090. Windows color (decimal): -5866797 or 13859494. OLE color: 13859494.

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

Color convert

RGB 166 122 211 -
CMYK 0.21 0.42 0 0.17
HSL 269.66º 0.5% 0.65% -
HSV(B) 269.66º 0.42% 0.83% -
XYZ 34.44 26.73 64.97 -
YUV 145.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 166 122 211 0.21 0.42 0 0.17 269.66 0.5 0.65
Hex A6 7A D3 15 2A 0 11 10E 32 41
Octal 246 172 323 25 52 0 21 416 62 101
Binary 10100110 1111010 11010011 10101 101010 0 10001 100001110 110010 1000001

Color Harmonies of #A67AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AD3

Black with #A67AD3

Text Example


Text Example

White with #A67AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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