Html Css Color HEX #A55ADD Amethyst

📋 copy color: '#A55ADD'

red 165 ◦ green 90 ◦ blue 221

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

Shades of Amethyst #A55ADD

Tints of Amethyst #A55ADD

RGB

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

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

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

R = 34.66%
G = 18.91%
B = 46.43%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55ADD (or 0xA55ADD) is known color: Amethyst. HEX triplet: A5, 5A and DD. RGB value is (165,90,221). Sum of RGB (Red+Green+Blue) = 165+90+221=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A55ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ADD is #5AA522. Grayscale: #7E7E7E. Windows color (decimal): -5940515 or 14506661. OLE color: 14506661.

HSL color Cylindrical-coordinate representation of color #A55ADD: hue angle of 274.35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55ADD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 90 221 -
CMYK 0.25 0.59 0 0.13
HSL 274.35º 0.66% 0.61% -
HSV(B) 274.35º 0.59% 0.87% -
XYZ 32.22 20.53 70.67 -
YUV 127.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 165 90 221 0.25 0.59 0 0.13 274.35 0.66 0.61
Hex A5 5A DD 19 3B 0 D 112 42 3D
Octal 245 132 335 31 73 0 15 422 102 75
Binary 10100101 1011010 11011101 11001 111011 0 1101 100010010 1000010 111101

Color Harmonies of #A55ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ADD

Black with #A55ADD

Text Example


Text Example

White with #A55ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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