Html Css Color HEX #A45BDD Amethyst

📋 copy color: '#A45BDD'

red 164 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #A45BDD

Tints of Amethyst #A45BDD

RGB

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

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

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

R = 34.45%
G = 19.12%
B = 46.43%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A45BDD (or 0xA45BDD) is known color: Amethyst. HEX triplet: A4, 5B and DD. RGB value is (164,91,221). Sum of RGB (Red+Green+Blue) = 164+91+221=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A45BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BDD is #5BA422. Grayscale: #7F7F7F. Windows color (decimal): -6005795 or 14506916. OLE color: 14506916.

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

Color convert

RGB 164 91 221 -
CMYK 0.26 0.59 0 0.13
HSL 273.69º 0.66% 0.61% -
HSV(B) 273.69º 0.59% 0.87% -
XYZ 32.1 20.6 70.69 -
YUV 127.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 164 91 221 0.26 0.59 0 0.13 273.69 0.66 0.61
Hex A4 5B DD 1A 3B 0 D 112 42 3D
Octal 244 133 335 32 73 0 15 422 102 75
Binary 10100100 1011011 11011101 11010 111011 0 1101 100010010 1000010 111101

Color Harmonies of #A45BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BDD

Black with #A45BDD

Text Example


Text Example

White with #A45BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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