Html Css Color HEX #A055EC Amethyst

📋 copy color: '#A055EC'

red 160 ◦ green 85 ◦ blue 236

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

Shades of Amethyst #A055EC

Tints of Amethyst #A055EC

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

 GREEN value IS 85 (33.59% from 255) = 17.67%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 33.26%
G = 17.67%
B = 49.06%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A055EC (or 0xA055EC) is known color: Amethyst. HEX triplet: A0, 55 and EC. RGB value is (160,85,236). Sum of RGB (Red+Green+Blue) = 160+85+236=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A055EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055EC is #5FAA13. Grayscale: #7C7C7C. Windows color (decimal): -6269460 or 15488416. OLE color: 15488416.

HSL color Cylindrical-coordinate representation of color #A055EC: hue angle of 269.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A055EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 85 236 -
CMYK 0.32 0.64 0 0.07
HSL 269.8º 0.8% 0.63% -
HSV(B) 269.8º 0.64% 0.93% -
XYZ 32.89 20.03 81.49 -
YUV 124.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 160 85 236 0.32 0.64 0 0.07 269.8 0.8 0.63
Hex A0 55 EC 20 40 0 7 10E 50 3F
Octal 240 125 354 40 100 0 7 416 120 77
Binary 10100000 1010101 11101100 100000 1000000 0 111 100001110 1010000 111111

Color Harmonies of #A055EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055EC

Black with #A055EC

Text Example


Text Example

White with #A055EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055EC; }

 p { color: rgb(160,85,236); }

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

background-color css

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

 a { background-color: rgb(160,85,236); }

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

border-color css

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

 span { border-color: rgb(160,85,236); }

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