Html Css Color HEX #A45CDB Amethyst

📋 copy color: '#A45CDB'

red 164 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #A45CDB

Tints of Amethyst #A45CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

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

R = 34.53%
G = 19.37%
B = 46.11%

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

#A45CDB (or 0xA45CDB) is known color: Amethyst. HEX triplet: A4, 5C and DB. RGB value is (164,92,219). Sum of RGB (Red+Green+Blue) = 164+92+219=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A45CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CDB is #5BA324. Grayscale: #7F7F7F. Windows color (decimal): -6005541 or 14376100. OLE color: 14376100.

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

Color convert

RGB 164 92 219 -
CMYK 0.25 0.58 0 0.14
HSL 274.02º 0.64% 0.61% -
HSV(B) 274.02º 0.58% 0.86% -
XYZ 31.92 20.66 69.32 -
YUV 128.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 164 92 219 0.25 0.58 0 0.14 274.02 0.64 0.61
Hex A4 5C DB 19 3A 0 E 112 40 3D
Octal 244 134 333 31 72 0 16 422 100 75
Binary 10100100 1011100 11011011 11001 111010 0 1110 100010010 1000000 111101

Color Harmonies of #A45CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CDB

Black with #A45CDB

Text Example


Text Example

White with #A45CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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