Html Css Color HEX #A75BDC Amethyst

📋 copy color: '#A75BDC'

red 167 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #A75BDC

Tints of Amethyst #A75BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.04%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 34.94%
G = 19.04%
B = 46.03%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A75BDC (or 0xA75BDC) is known color: Amethyst. HEX triplet: A7, 5B and DC. RGB value is (167,91,220). Sum of RGB (Red+Green+Blue) = 167+91+220=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A75BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BDC is #58A423. Grayscale: #7F7F7F. Windows color (decimal): -5809188 or 14441383. OLE color: 14441383.

HSL color Cylindrical-coordinate representation of color #A75BDC: hue angle of 275.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75BDC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 91 220 -
CMYK 0.24 0.59 0 0.14
HSL 275.35º 0.65% 0.61% -
HSV(B) 275.35º 0.59% 0.86% -
XYZ 32.6 20.86 70.02 -
YUV 128.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 167 91 220 0.24 0.59 0 0.14 275.35 0.65 0.61
Hex A7 5B DC 18 3B 0 E 113 41 3D
Octal 247 133 334 30 73 0 16 423 101 75
Binary 10100111 1011011 11011100 11000 111011 0 1110 100010011 1000001 111101

Color Harmonies of #A75BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BDC

Black with #A75BDC

Text Example


Text Example

White with #A75BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BDC; }

 p { color: rgb(167,91,220); }

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

background-color css

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

 a { background-color: rgb(167,91,220); }

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

border-color css

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

 span { border-color: rgb(167,91,220); }

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