Html Css Color HEX #A75CCD Amethyst

📋 copy color: '#A75CCD'

red 167 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #A75CCD

Tints of Amethyst #A75CCD

RGB

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

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

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

R = 35.99%
G = 19.83%
B = 44.18%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A75CCD (or 0xA75CCD) is known color: Amethyst. HEX triplet: A7, 5C and CD. RGB value is (167,92,205). Sum of RGB (Red+Green+Blue) = 167+92+205=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CCD is #58A332. Grayscale: #7E7E7E. Windows color (decimal): -5808947 or 13458599. OLE color: 13458599.

HSL color Cylindrical-coordinate representation of color #A75CCD: hue angle of 279.82º degrees, saturation: 0.53, 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 #A75CCD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 92 205 -
CMYK 0.19 0.55 0 0.20
HSL 279.82º 0.53% 0.58% -
HSV(B) 279.82º 0.55% 0.8% -
XYZ 30.78 20.28 60.05 -
YUV 127.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 167 92 205 0.19 0.55 0 0.20 279.82 0.53 0.58
Hex A7 5C CD 13 37 0 14 118 35 3A
Octal 247 134 315 23 67 0 24 430 65 72
Binary 10100111 1011100 11001101 10011 110111 0 10100 100011000 110101 111010

Color Harmonies of #A75CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CCD

Black with #A75CCD

Text Example


Text Example

White with #A75CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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