Html Css Color HEX #A675D5 Amethyst

📋 copy color: '#A675D5'

red 166 ◦ green 117 ◦ blue 213

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

Shades of Amethyst #A675D5

Tints of Amethyst #A675D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 33.47%
G = 23.59%
B = 42.94%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A675D5 (or 0xA675D5) is known color: Amethyst. HEX triplet: A6, 75 and D5. RGB value is (166,117,213). Sum of RGB (Red+Green+Blue) = 166+117+213=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A675D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D5 is #598A2A. Grayscale: #8E8E8E. Windows color (decimal): -5868075 or 13989286. OLE color: 13989286.

HSL color Cylindrical-coordinate representation of color #A675D5: hue angle of 270.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A675D5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 117 213 -
CMYK 0.22 0.45 0 0.16
HSL 270.63º 0.53% 0.65% -
HSV(B) 270.63º 0.45% 0.84% -
XYZ 34.1 25.63 66.1 -
YUV 142.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 166 117 213 0.22 0.45 0 0.16 270.63 0.53 0.65
Hex A6 75 D5 16 2D 0 10 10F 35 41
Octal 246 165 325 26 55 0 20 417 65 101
Binary 10100110 1110101 11010101 10110 101101 0 10000 100001111 110101 1000001

Color Harmonies of #A675D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675D5

Black with #A675D5

Text Example


Text Example

White with #A675D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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