Html Css Color HEX #A45BDB Amethyst

📋 copy color: '#A45BDB'

red 164 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #A45BDB

Tints of Amethyst #A45BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 34.6%
G = 19.2%
B = 46.2%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A45BDB (or 0xA45BDB) is known color: Amethyst. HEX triplet: A4, 5B and DB. RGB value is (164,91,219). Sum of RGB (Red+Green+Blue) = 164+91+219=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A45BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BDB is #5BA424. Grayscale: #7E7E7E. Windows color (decimal): -6005797 or 14375844. OLE color: 14375844.

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

Color convert

RGB 164 91 219 -
CMYK 0.25 0.58 0 0.14
HSL 274.22º 0.64% 0.61% -
HSV(B) 274.22º 0.58% 0.86% -
XYZ 31.84 20.49 69.29 -
YUV 127.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 164 91 219 0.25 0.58 0 0.14 274.22 0.64 0.61
Hex A4 5B DB 19 3A 0 E 112 40 3D
Octal 244 133 333 31 72 0 16 422 100 75
Binary 10100100 1011011 11011011 11001 111010 0 1110 100010010 1000000 111101

Color Harmonies of #A45BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BDB

Black with #A45BDB

Text Example


Text Example

White with #A45BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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