Html Css Color HEX #A675D2 Amethyst

📋 copy color: '#A675D2'

red 166 ◦ green 117 ◦ blue 210

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

Shades of Amethyst #A675D2

Tints of Amethyst #A675D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 33.67%
G = 23.73%
B = 42.6%

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

#A675D2 (or 0xA675D2) is known color: Amethyst. HEX triplet: A6, 75 and D2. RGB value is (166,117,210). Sum of RGB (Red+Green+Blue) = 166+117+210=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #A675D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D2 is #598A2D. Grayscale: #8D8D8D. Windows color (decimal): -5868078 or 13792678. OLE color: 13792678.

HSL color Cylindrical-coordinate representation of color #A675D2: hue angle of 271.61º degrees, saturation: 0.51, 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 #A675D2 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 117 210 -
CMYK 0.21 0.44 0 0.18
HSL 271.61º 0.51% 0.64% -
HSV(B) 271.61º 0.44% 0.82% -
XYZ 33.72 25.48 64.11 -
YUV 142.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 166 117 210 0.21 0.44 0 0.18 271.61 0.51 0.64
Hex A6 75 D2 15 2C 0 12 110 33 40
Octal 246 165 322 25 54 0 22 420 63 100
Binary 10100110 1110101 11010010 10101 101100 0 10010 100010000 110011 1000000

Color Harmonies of #A675D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675D2

Black with #A675D2

Text Example


Text Example

White with #A675D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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