Html Css Color HEX #A055DD Amethyst

📋 copy color: '#A055DD'

red 160 ◦ green 85 ◦ blue 221

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

Shades of Amethyst #A055DD

Tints of Amethyst #A055DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 34.33%
G = 18.24%
B = 47.42%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A055DD (or 0xA055DD) is known color: Amethyst. HEX triplet: A0, 55 and DD. RGB value is (160,85,221). Sum of RGB (Red+Green+Blue) = 160+85+221=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A055DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055DD is #5FAA22. Grayscale: #7A7A7A. Windows color (decimal): -6269475 or 14505376. OLE color: 14505376.

HSL color Cylindrical-coordinate representation of color #A055DD: hue angle of 273.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A055DD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 85 221 -
CMYK 0.28 0.62 0 0.13
HSL 273.09º 0.67% 0.6% -
HSV(B) 273.09º 0.62% 0.87% -
XYZ 30.8 19.19 70.49 -
YUV 122.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 160 85 221 0.28 0.62 0 0.13 273.09 0.67 0.6
Hex A0 55 DD 1C 3E 0 D 111 43 3C
Octal 240 125 335 34 76 0 15 421 103 74
Binary 10100000 1010101 11011101 11100 111110 0 1101 100010001 1000011 111100

Color Harmonies of #A055DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055DD

Black with #A055DD

Text Example


Text Example

White with #A055DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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