Html Css Color HEX #A55ECD Amethyst

📋 copy color: '#A55ECD'

red 165 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #A55ECD

Tints of Amethyst #A55ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 35.56%
G = 20.26%
B = 44.18%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A55ECD (or 0xA55ECD) is known color: Amethyst. HEX triplet: A5, 5E and CD. RGB value is (165,94,205). Sum of RGB (Red+Green+Blue) = 165+94+205=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECD is #5AA132. Grayscale: #7F7F7F. Windows color (decimal): -5939507 or 13459109. OLE color: 13459109.

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

Color convert

RGB 165 94 205 -
CMYK 0.20 0.54 0 0.20
HSL 278.38º 0.53% 0.59% -
HSV(B) 278.38º 0.54% 0.8% -
XYZ 30.54 20.41 60.09 -
YUV 127.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 165 94 205 0.20 0.54 0 0.20 278.38 0.53 0.59
Hex A5 5E CD 14 36 0 14 116 35 3B
Octal 245 136 315 24 66 0 24 426 65 73
Binary 10100101 1011110 11001101 10100 110110 0 10100 100010110 110101 111011

Color Harmonies of #A55ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ECD

Black with #A55ECD

Text Example


Text Example

White with #A55ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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