Html Css Color HEX #A45ACE Amethyst

📋 copy color: '#A45ACE'

red 164 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #A45ACE

Tints of Amethyst #A45ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 35.65%
G = 19.57%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45ACE (or 0xA45ACE) is known color: Amethyst. HEX triplet: A4, 5A and CE. RGB value is (164,90,206). Sum of RGB (Red+Green+Blue) = 164+90+206=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A45ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACE is #5BA531. Grayscale: #7C7C7C. Windows color (decimal): -6006066 or 13523620. OLE color: 13523620.

HSL color Cylindrical-coordinate representation of color #A45ACE: hue angle of 278.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ACE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 90 206 -
CMYK 0.20 0.56 0 0.19
HSL 278.28º 0.54% 0.58% -
HSV(B) 278.28º 0.56% 0.81% -
XYZ 30.11 19.66 60.6 -
YUV 125.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 164 90 206 0.20 0.56 0 0.19 278.28 0.54 0.58
Hex A4 5A CE 14 38 0 13 116 36 3A
Octal 244 132 316 24 70 0 23 426 66 72
Binary 10100100 1011010 11001110 10100 111000 0 10011 100010110 110110 111010

Color Harmonies of #A45ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ACE

Black with #A45ACE

Text Example


Text Example

White with #A45ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ACE; }

 p { color: rgb(164,90,206); }

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

background-color css

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

 a { background-color: rgb(164,90,206); }

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

border-color css

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

 span { border-color: rgb(164,90,206); }

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