Html Css Color HEX #A55ECF Amethyst

📋 copy color: '#A55ECF'

red 165 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #A55ECF

Tints of Amethyst #A55ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 35.41%
G = 20.17%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55ECF (or 0xA55ECF) is known color: Amethyst. HEX triplet: A5, 5E and CF. RGB value is (165,94,207). Sum of RGB (Red+Green+Blue) = 165+94+207=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECF is #5AA130. Grayscale: #7F7F7F. Windows color (decimal): -5939505 or 13590181. OLE color: 13590181.

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

Color convert

RGB 165 94 207 -
CMYK 0.20 0.55 0 0.19
HSL 277.7º 0.54% 0.59% -
HSV(B) 277.7º 0.55% 0.81% -
XYZ 30.78 20.51 61.37 -
YUV 128.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 165 94 207 0.20 0.55 0 0.19 277.7 0.54 0.59
Hex A5 5E CF 14 37 0 13 116 36 3B
Octal 245 136 317 24 67 0 23 426 66 73
Binary 10100101 1011110 11001111 10100 110111 0 10011 100010110 110110 111011

Color Harmonies of #A55ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ECF

Black with #A55ECF

Text Example


Text Example

White with #A55ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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