Html Css Color HEX #A45BDC Amethyst

📋 copy color: '#A45BDC'

red 164 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #A45BDC

Tints of Amethyst #A45BDC

RGB

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

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

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

R = 34.53%
G = 19.16%
B = 46.32%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A45BDC (or 0xA45BDC) is known color: Amethyst. HEX triplet: A4, 5B and DC. RGB value is (164,91,220). Sum of RGB (Red+Green+Blue) = 164+91+220=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A45BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BDC is #5BA423. Grayscale: #7F7F7F. Windows color (decimal): -6005796 or 14441380. OLE color: 14441380.

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

Color convert

RGB 164 91 220 -
CMYK 0.25 0.59 0 0.14
HSL 273.95º 0.65% 0.61% -
HSV(B) 273.95º 0.59% 0.86% -
XYZ 31.97 20.54 69.99 -
YUV 127.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 164 91 220 0.25 0.59 0 0.14 273.95 0.65 0.61
Hex A4 5B DC 19 3B 0 E 112 41 3D
Octal 244 133 334 31 73 0 16 422 101 75
Binary 10100100 1011011 11011100 11001 111011 0 1110 100010010 1000001 111101

Color Harmonies of #A45BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BDC

Black with #A45BDC

Text Example


Text Example

White with #A45BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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