Html Css Color HEX #A55ECE Amethyst

📋 copy color: '#A55ECE'

red 165 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #A55ECE

Tints of Amethyst #A55ECE

RGB

 RED value IS 165 (64.84% from 255) = 35.48%

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

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

R = 35.48%
G = 20.22%
B = 44.3%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55ECE (or 0xA55ECE) is known color: Amethyst. HEX triplet: A5, 5E and CE. RGB value is (165,94,206). Sum of RGB (Red+Green+Blue) = 165+94+206=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A55ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECE is #5AA131. Grayscale: #7F7F7F. Windows color (decimal): -5939506 or 13524645. OLE color: 13524645.

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

Color convert

RGB 165 94 206 -
CMYK 0.20 0.54 0 0.19
HSL 278.04º 0.53% 0.59% -
HSV(B) 278.04º 0.54% 0.81% -
XYZ 30.66 20.46 60.73 -
YUV 128 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 165 94 206 0.20 0.54 0 0.19 278.04 0.53 0.59
Hex A5 5E CE 14 36 0 13 116 35 3B
Octal 245 136 316 24 66 0 23 426 65 73
Binary 10100101 1011110 11001110 10100 110110 0 10011 100010110 110101 111011

Color Harmonies of #A55ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ECE

Black with #A55ECE

Text Example


Text Example

White with #A55ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ECE; }

 p { color: rgb(165,94,206); }

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

background-color css

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

 a { background-color: rgb(165,94,206); }

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

border-color css

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

 span { border-color: rgb(165,94,206); }

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