Html Css Color HEX #A45FDC Amethyst

📋 copy color: '#A45FDC'

red 164 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #A45FDC

Tints of Amethyst #A45FDC

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

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

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

R = 34.24%
G = 19.83%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A45FDC (or 0xA45FDC) is known color: Amethyst. HEX triplet: A4, 5F and DC. RGB value is (164,95,220). Sum of RGB (Red+Green+Blue) = 164+95+220=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A45FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FDC is #5BA023. Grayscale: #818181. Windows color (decimal): -6004772 or 14442404. OLE color: 14442404.

HSL color Cylindrical-coordinate representation of color #A45FDC: hue angle of 273.12º 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 #A45FDC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 95 220 -
CMYK 0.25 0.57 0 0.14
HSL 273.12º 0.64% 0.62% -
HSV(B) 273.12º 0.57% 0.86% -
XYZ 32.32 21.24 70.11 -
YUV 129.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 164 95 220 0.25 0.57 0 0.14 273.12 0.64 0.62
Hex A4 5F DC 19 39 0 E 111 40 3E
Octal 244 137 334 31 71 0 16 421 100 76
Binary 10100100 1011111 11011100 11001 111001 0 1110 100010001 1000000 111110

Color Harmonies of #A45FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FDC

Black with #A45FDC

Text Example


Text Example

White with #A45FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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