Html Css Color HEX #A554DD Amethyst

📋 copy color: '#A554DD'

red 165 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #A554DD

Tints of Amethyst #A554DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 35.11%
G = 17.87%
B = 47.02%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A554DD (or 0xA554DD) is known color: Amethyst. HEX triplet: A5, 54 and DD. RGB value is (165,84,221). Sum of RGB (Red+Green+Blue) = 165+84+221=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A554DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554DD is #5AAB22. Grayscale: #7B7B7B. Windows color (decimal): -5942051 or 14505125. OLE color: 14505125.

HSL color Cylindrical-coordinate representation of color #A554DD: hue angle of 275.47º 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 #A554DD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 84 221 -
CMYK 0.25 0.62 0 0.13
HSL 275.47º 0.67% 0.6% -
HSV(B) 275.47º 0.62% 0.87% -
XYZ 31.74 19.56 70.51 -
YUV 123.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 165 84 221 0.25 0.62 0 0.13 275.47 0.67 0.6
Hex A5 54 DD 19 3E 0 D 113 43 3C
Octal 245 124 335 31 76 0 15 423 103 74
Binary 10100101 1010100 11011101 11001 111110 0 1101 100010011 1000011 111100

Color Harmonies of #A554DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554DD

Black with #A554DD

Text Example


Text Example

White with #A554DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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