Html Css Color HEX #A775CC Amethyst

📋 copy color: '#A775CC'

red 167 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A775CC

Tints of Amethyst #A775CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 34.22%
G = 23.98%
B = 41.8%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A775CC (or 0xA775CC) is known color: Amethyst. HEX triplet: A7, 75 and CC. RGB value is (167,117,204). Sum of RGB (Red+Green+Blue) = 167+117+204=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A775CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775CC is #588A33. Grayscale: #8D8D8D. Windows color (decimal): -5802548 or 13399463. OLE color: 13399463.

HSL color Cylindrical-coordinate representation of color #A775CC: hue angle of 274.48º degrees, saturation: 0.46, 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 #A775CC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 117 204 -
CMYK 0.18 0.43 0 0.2
HSL 274.48º 0.46% 0.63% -
HSV(B) 274.48º 0.43% 0.8% -
XYZ 33.2 25.3 60.26 -
YUV 141.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 167 117 204 0.18 0.43 0 0.2 274.48 0.46 0.63
Hex A7 75 CC 12 2B 0 14 112 2E 3F
Octal 247 165 314 22 53 0 24 422 56 77
Binary 10100111 1110101 11001100 10010 101011 0 10100 100010010 101110 111111

Color Harmonies of #A775CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775CC

Black with #A775CC

Text Example


Text Example

White with #A775CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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