Html Css Color HEX #A45DDD Amethyst

📋 copy color: '#A45DDD'

red 164 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #A45DDD

Tints of Amethyst #A45DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.46%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 34.31%
G = 19.46%
B = 46.23%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A45DDD (or 0xA45DDD) is known color: Amethyst. HEX triplet: A4, 5D and DD. RGB value is (164,93,221). Sum of RGB (Red+Green+Blue) = 164+93+221=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A45DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DDD is #5BA222. Grayscale: #808080. Windows color (decimal): -6005283 or 14507428. OLE color: 14507428.

HSL color Cylindrical-coordinate representation of color #A45DDD: hue angle of 273.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45DDD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 93 221 -
CMYK 0.26 0.58 0 0.13
HSL 273.28º 0.65% 0.62% -
HSV(B) 273.28º 0.58% 0.87% -
XYZ 32.28 20.94 70.75 -
YUV 128.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 164 93 221 0.26 0.58 0 0.13 273.28 0.65 0.62
Hex A4 5D DD 1A 3A 0 D 111 41 3E
Octal 244 135 335 32 72 0 15 421 101 76
Binary 10100100 1011101 11011101 11010 111010 0 1101 100010001 1000001 111110

Color Harmonies of #A45DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DDD

Black with #A45DDD

Text Example


Text Example

White with #A45DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DDD; }

 p { color: rgb(164,93,221); }

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

background-color css

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

 a { background-color: rgb(164,93,221); }

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

border-color css

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

 span { border-color: rgb(164,93,221); }

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