Html Css Color HEX #A55ECB Amethyst

📋 copy color: '#A55ECB'

red 165 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A55ECB

Tints of Amethyst #A55ECB

RGB

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

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

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

R = 35.71%
G = 20.35%
B = 43.94%

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

#A55ECB (or 0xA55ECB) is known color: Amethyst. HEX triplet: A5, 5E and CB. RGB value is (165,94,203). Sum of RGB (Red+Green+Blue) = 165+94+203=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECB is #5AA134. Grayscale: #7F7F7F. Windows color (decimal): -5939509 or 13328037. OLE color: 13328037.

HSL color Cylindrical-coordinate representation of color #A55ECB: hue angle of 279.08º 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 #A55ECB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 94 203 -
CMYK 0.19 0.54 0 0.20
HSL 279.08º 0.51% 0.58% -
HSV(B) 279.08º 0.54% 0.8% -
XYZ 30.3 20.32 58.82 -
YUV 127.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 165 94 203 0.19 0.54 0 0.20 279.08 0.51 0.58
Hex A5 5E CB 13 36 0 14 117 33 3A
Octal 245 136 313 23 66 0 24 427 63 72
Binary 10100101 1011110 11001011 10011 110110 0 10100 100010111 110011 111010

Color Harmonies of #A55ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ECB

Black with #A55ECB

Text Example


Text Example

White with #A55ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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