Html Css Color HEX #A775CE Amethyst

📋 copy color: '#A775CE'

red 167 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #A775CE

Tints of Amethyst #A775CE

RGB

 RED value IS 167 (65.63% from 255) = 34.08%

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 34.08%
G = 23.88%
B = 42.04%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A775CE (or 0xA775CE) is known color: Amethyst. HEX triplet: A7, 75 and CE. RGB value is (167,117,206). Sum of RGB (Red+Green+Blue) = 167+117+206=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A775CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775CE is #588A31. Grayscale: #8D8D8D. Windows color (decimal): -5802546 or 13530535. OLE color: 13530535.

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

Color convert

RGB 167 117 206 -
CMYK 0.19 0.43 0 0.19
HSL 273.71º 0.48% 0.63% -
HSV(B) 273.71º 0.43% 0.81% -
XYZ 33.44 25.39 61.53 -
YUV 142.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 167 117 206 0.19 0.43 0 0.19 273.71 0.48 0.63
Hex A7 75 CE 13 2B 0 13 112 30 3F
Octal 247 165 316 23 53 0 23 422 60 77
Binary 10100111 1110101 11001110 10011 101011 0 10011 100010010 110000 111111

Color Harmonies of #A775CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775CE

Black with #A775CE

Text Example


Text Example

White with #A775CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775CE; }

 p { color: rgb(167,117,206); }

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

background-color css

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

 a { background-color: rgb(167,117,206); }

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

border-color css

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

 span { border-color: rgb(167,117,206); }

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