Html Css Color HEX #A75CCC Amethyst

📋 copy color: '#A75CCC'

red 167 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #A75CCC

Tints of Amethyst #A75CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 36.07%
G = 19.87%
B = 44.06%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A75CCC (or 0xA75CCC) is known color: Amethyst. HEX triplet: A7, 5C and CC. RGB value is (167,92,204). Sum of RGB (Red+Green+Blue) = 167+92+204=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CCC is #58A333. Grayscale: #7E7E7E. Windows color (decimal): -5808948 or 13393063. OLE color: 13393063.

HSL color Cylindrical-coordinate representation of color #A75CCC: hue angle of 280.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A75CCC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 92 204 -
CMYK 0.18 0.55 0 0.2
HSL 280.18º 0.52% 0.58% -
HSV(B) 280.18º 0.55% 0.8% -
XYZ 30.66 20.23 59.42 -
YUV 127.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 167 92 204 0.18 0.55 0 0.2 280.18 0.52 0.58
Hex A7 5C CC 12 37 0 14 118 34 3A
Octal 247 134 314 22 67 0 24 430 64 72
Binary 10100111 1011100 11001100 10010 110111 0 10100 100011000 110100 111010

Color Harmonies of #A75CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CCC

Black with #A75CCC

Text Example


Text Example

White with #A75CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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