Html Css Color HEX #A55EDC Amethyst

📋 copy color: '#A55EDC'

red 165 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #A55EDC

Tints of Amethyst #A55EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 34.45%
G = 19.62%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A55EDC (or 0xA55EDC) is known color: Amethyst. HEX triplet: A5, 5E and DC. RGB value is (165,94,220). Sum of RGB (Red+Green+Blue) = 165+94+220=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A55EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EDC is #5AA123. Grayscale: #818181. Windows color (decimal): -5939492 or 14442149. OLE color: 14442149.

HSL color Cylindrical-coordinate representation of color #A55EDC: hue angle of 273.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55EDC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 94 220 -
CMYK 0.25 0.57 0 0.14
HSL 273.81º 0.64% 0.62% -
HSV(B) 273.81º 0.57% 0.86% -
XYZ 32.44 21.17 70.09 -
YUV 129.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 165 94 220 0.25 0.57 0 0.14 273.81 0.64 0.62
Hex A5 5E DC 19 39 0 E 112 40 3E
Octal 245 136 334 31 71 0 16 422 100 76
Binary 10100101 1011110 11011100 11001 111001 0 1110 100010010 1000000 111110

Color Harmonies of #A55EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EDC

Black with #A55EDC

Text Example


Text Example

White with #A55EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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