Html Css Color HEX #A675C5 Amethyst

📋 copy color: '#A675C5'

red 166 ◦ green 117 ◦ blue 197

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

Shades of Amethyst #A675C5

Tints of Amethyst #A675C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 34.58%
G = 24.38%
B = 41.04%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A675C5 (or 0xA675C5) is known color: Amethyst. HEX triplet: A6, 75 and C5. RGB value is (166,117,197). Sum of RGB (Red+Green+Blue) = 166+117+197=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #A675C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675C5 is #598A3A. Grayscale: #8C8C8C. Windows color (decimal): -5868091 or 12940710. OLE color: 12940710.

HSL color Cylindrical-coordinate representation of color #A675C5: hue angle of 276.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A675C5 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 117 197 -
CMYK 0.16 0.41 0 0.23
HSL 276.75º 0.41% 0.62% -
HSV(B) 276.75º 0.41% 0.77% -
XYZ 32.17 24.86 55.93 -
YUV 140.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 166 117 197 0.16 0.41 0 0.23 276.75 0.41 0.62
Hex A6 75 C5 10 29 0 17 115 29 3E
Octal 246 165 305 20 51 0 27 425 51 76
Binary 10100110 1110101 11000101 10000 101001 0 10111 100010101 101001 111110

Color Harmonies of #A675C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675C5

Black with #A675C5

Text Example


Text Example

White with #A675C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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