Html Css Color HEX #A055DA Amethyst

📋 copy color: '#A055DA'

red 160 ◦ green 85 ◦ blue 218

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

Shades of Amethyst #A055DA

Tints of Amethyst #A055DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 34.56%
G = 18.36%
B = 47.08%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A055DA (or 0xA055DA) is known color: Amethyst. HEX triplet: A0, 55 and DA. RGB value is (160,85,218). Sum of RGB (Red+Green+Blue) = 160+85+218=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A055DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055DA is #5FAA25. Grayscale: #7A7A7A. Windows color (decimal): -6269478 or 14308768. OLE color: 14308768.

HSL color Cylindrical-coordinate representation of color #A055DA: hue angle of 273.83º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A055DA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 85 218 -
CMYK 0.27 0.61 0 0.15
HSL 273.83º 0.64% 0.59% -
HSV(B) 273.83º 0.61% 0.85% -
XYZ 30.4 19.03 68.4 -
YUV 122.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 160 85 218 0.27 0.61 0 0.15 273.83 0.64 0.59
Hex A0 55 DA 1B 3D 0 F 112 40 3B
Octal 240 125 332 33 75 0 17 422 100 73
Binary 10100000 1010101 11011010 11011 111101 0 1111 100010010 1000000 111011

Color Harmonies of #A055DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055DA

Black with #A055DA

Text Example


Text Example

White with #A055DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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