Html Css Color HEX #A055D6 Amethyst

📋 copy color: '#A055D6'

red 160 ◦ green 85 ◦ blue 214

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

Shades of Amethyst #A055D6

Tints of Amethyst #A055D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 34.86%
G = 18.52%
B = 46.62%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A055D6 (or 0xA055D6) is known color: Amethyst. HEX triplet: A0, 55 and D6. RGB value is (160,85,214). Sum of RGB (Red+Green+Blue) = 160+85+214=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #A055D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055D6 is #5FAA29. Grayscale: #797979. Windows color (decimal): -6269482 or 14046624. OLE color: 14046624.

HSL color Cylindrical-coordinate representation of color #A055D6: hue angle of 274.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A055D6 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 85 214 -
CMYK 0.25 0.60 0 0.16
HSL 274.88º 0.61% 0.59% -
HSV(B) 274.88º 0.6% 0.84% -
XYZ 29.88 18.83 65.68 -
YUV 122.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 160 85 214 0.25 0.60 0 0.16 274.88 0.61 0.59
Hex A0 55 D6 19 3C 0 10 113 3D 3B
Octal 240 125 326 31 74 0 20 423 75 73
Binary 10100000 1010101 11010110 11001 111100 0 10000 100010011 111101 111011

Color Harmonies of #A055D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055D6

Black with #A055D6

Text Example


Text Example

White with #A055D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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