Html Css Color HEX #A675CD Amethyst

📋 copy color: '#A675CD'

red 166 ◦ green 117 ◦ blue 205

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

Shades of Amethyst #A675CD

Tints of Amethyst #A675CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 34.02%
G = 23.98%
B = 42.01%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A675CD (or 0xA675CD) is known color: Amethyst. HEX triplet: A6, 75 and CD. RGB value is (166,117,205). Sum of RGB (Red+Green+Blue) = 166+117+205=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A675CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675CD is #598A32. Grayscale: #8D8D8D. Windows color (decimal): -5868083 or 13464998. OLE color: 13464998.

HSL color Cylindrical-coordinate representation of color #A675CD: hue angle of 273.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A675CD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 117 205 -
CMYK 0.19 0.43 0 0.20
HSL 273.41º 0.47% 0.63% -
HSV(B) 273.41º 0.43% 0.8% -
XYZ 33.11 25.24 60.88 -
YUV 141.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 166 117 205 0.19 0.43 0 0.20 273.41 0.47 0.63
Hex A6 75 CD 13 2B 0 14 111 2F 3F
Octal 246 165 315 23 53 0 24 421 57 77
Binary 10100110 1110101 11001101 10011 101011 0 10100 100010001 101111 111111

Color Harmonies of #A675CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675CD

Black with #A675CD

Text Example


Text Example

White with #A675CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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