Html Css Color HEX #A675D1 Amethyst

📋 copy color: '#A675D1'

red 166 ◦ green 117 ◦ blue 209

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

Shades of Amethyst #A675D1

Tints of Amethyst #A675D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

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

R = 33.74%
G = 23.78%
B = 42.48%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A675D1 (or 0xA675D1) is known color: Amethyst. HEX triplet: A6, 75 and D1. RGB value is (166,117,209). Sum of RGB (Red+Green+Blue) = 166+117+209=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #A675D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D1 is #598A2E. Grayscale: #8D8D8D. Windows color (decimal): -5868079 or 13727142. OLE color: 13727142.

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

Color convert

RGB 166 117 209 -
CMYK 0.21 0.44 0 0.18
HSL 271.96º 0.5% 0.64% -
HSV(B) 271.96º 0.44% 0.82% -
XYZ 33.6 25.43 63.46 -
YUV 142.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 166 117 209 0.21 0.44 0 0.18 271.96 0.5 0.64
Hex A6 75 D1 15 2C 0 12 110 32 40
Octal 246 165 321 25 54 0 22 420 62 100
Binary 10100110 1110101 11010001 10101 101100 0 10010 100010000 110010 1000000

Color Harmonies of #A675D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675D1

Black with #A675D1

Text Example


Text Example

White with #A675D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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