Html Css Color HEX #A55AD1 Amethyst

📋 copy color: '#A55AD1'

red 165 ◦ green 90 ◦ blue 209

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

Shades of Amethyst #A55AD1

Tints of Amethyst #A55AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.4%

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 35.56%
G = 19.4%
B = 45.04%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A55AD1 (or 0xA55AD1) is known color: Amethyst. HEX triplet: A5, 5A and D1. RGB value is (165,90,209). Sum of RGB (Red+Green+Blue) = 165+90+209=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #A55AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AD1 is #5AA52E. Grayscale: #7D7D7D. Windows color (decimal): -5940527 or 13720229. OLE color: 13720229.

HSL color Cylindrical-coordinate representation of color #A55AD1: hue angle of 277.82º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55AD1 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 90 209 -
CMYK 0.21 0.57 0 0.18
HSL 277.82º 0.56% 0.59% -
HSV(B) 277.82º 0.57% 0.82% -
XYZ 30.68 19.92 62.55 -
YUV 125.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 165 90 209 0.21 0.57 0 0.18 277.82 0.56 0.59
Hex A5 5A D1 15 39 0 12 116 38 3B
Octal 245 132 321 25 71 0 22 426 70 73
Binary 10100101 1011010 11010001 10101 111001 0 10010 100010110 111000 111011

Color Harmonies of #A55AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AD1

Black with #A55AD1

Text Example


Text Example

White with #A55AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AD1; }

 p { color: rgb(165,90,209); }

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

background-color css

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

 a { background-color: rgb(165,90,209); }

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

border-color css

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

 span { border-color: rgb(165,90,209); }

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