Html Css Color HEX #A45ECB Amethyst

📋 copy color: '#A45ECB'

red 164 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A45ECB

Tints of Amethyst #A45ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 35.57%
G = 20.39%
B = 44.03%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45ECB (or 0xA45ECB) is known color: Amethyst. HEX triplet: A4, 5E and CB. RGB value is (164,94,203). Sum of RGB (Red+Green+Blue) = 164+94+203=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ECB is #5BA134. Grayscale: #7E7E7E. Windows color (decimal): -6005045 or 13328036. OLE color: 13328036.

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

Color convert

RGB 164 94 203 -
CMYK 0.19 0.54 0 0.20
HSL 278.53º 0.51% 0.58% -
HSV(B) 278.53º 0.54% 0.8% -
XYZ 30.09 20.21 58.81 -
YUV 127.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 164 94 203 0.19 0.54 0 0.20 278.53 0.51 0.58
Hex A4 5E CB 13 36 0 14 117 33 3A
Octal 244 136 313 23 66 0 24 427 63 72
Binary 10100100 1011110 11001011 10011 110110 0 10100 100010111 110011 111010

Color Harmonies of #A45ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ECB

Black with #A45ECB

Text Example


Text Example

White with #A45ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ECB; }

 p { color: rgb(164,94,203); }

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

background-color css

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

 a { background-color: rgb(164,94,203); }

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

border-color css

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

 span { border-color: rgb(164,94,203); }

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