Html Css Color HEX #A75FDC Amethyst

📋 copy color: '#A75FDC'

red 167 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #A75FDC

Tints of Amethyst #A75FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

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

R = 34.65%
G = 19.71%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A75FDC (or 0xA75FDC) is known color: Amethyst. HEX triplet: A7, 5F and DC. RGB value is (167,95,220). Sum of RGB (Red+Green+Blue) = 167+95+220=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A75FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FDC is #58A023. Grayscale: #828282. Windows color (decimal): -5808164 or 14442407. OLE color: 14442407.

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

Color convert

RGB 167 95 220 -
CMYK 0.24 0.57 0 0.14
HSL 274.56º 0.64% 0.62% -
HSV(B) 274.56º 0.57% 0.86% -
XYZ 32.95 21.57 70.14 -
YUV 130.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 167 95 220 0.24 0.57 0 0.14 274.56 0.64 0.62
Hex A7 5F DC 18 39 0 E 113 40 3E
Octal 247 137 334 30 71 0 16 423 100 76
Binary 10100111 1011111 11011100 11000 111001 0 1110 100010011 1000000 111110

Color Harmonies of #A75FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FDC

Black with #A75FDC

Text Example


Text Example

White with #A75FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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