Html Css Color HEX #A75DCC Amethyst

📋 copy color: '#A75DCC'

red 167 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #A75DCC

Tints of Amethyst #A75DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

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

R = 35.99%
G = 20.04%
B = 43.97%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A75DCC (or 0xA75DCC) is known color: Amethyst. HEX triplet: A7, 5D and CC. RGB value is (167,93,204). Sum of RGB (Red+Green+Blue) = 167+93+204=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DCC is #58A233. Grayscale: #7F7F7F. Windows color (decimal): -5808692 or 13393319. OLE color: 13393319.

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

Color convert

RGB 167 93 204 -
CMYK 0.18 0.54 0 0.2
HSL 280º 0.52% 0.58% -
HSV(B) 280º 0.54% 0.8% -
XYZ 30.75 20.4 59.44 -
YUV 127.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 167 93 204 0.18 0.54 0 0.2 280 0.52 0.58
Hex A7 5D CC 12 36 0 14 118 34 3A
Octal 247 135 314 22 66 0 24 430 64 72
Binary 10100111 1011101 11001100 10010 110110 0 10100 100011000 110100 111010

Color Harmonies of #A75DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DCC

Black with #A75DCC

Text Example


Text Example

White with #A75DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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