Html Css Color HEX #A558DD Amethyst

📋 copy color: '#A558DD'

red 165 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #A558DD

Tints of Amethyst #A558DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

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

R = 34.81%
G = 18.57%
B = 46.62%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A558DD (or 0xA558DD) is known color: Amethyst. HEX triplet: A5, 58 and DD. RGB value is (165,88,221). Sum of RGB (Red+Green+Blue) = 165+88+221=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A558DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558DD is #5AA722. Grayscale: #7D7D7D. Windows color (decimal): -5941027 or 14506149. OLE color: 14506149.

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

Color convert

RGB 165 88 221 -
CMYK 0.25 0.60 0 0.13
HSL 274.74º 0.66% 0.61% -
HSV(B) 274.74º 0.6% 0.87% -
XYZ 32.06 20.2 70.62 -
YUV 126.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 165 88 221 0.25 0.60 0 0.13 274.74 0.66 0.61
Hex A5 58 DD 19 3C 0 D 113 42 3D
Octal 245 130 335 31 74 0 15 423 102 75
Binary 10100101 1011000 11011101 11001 111100 0 1101 100010011 1000010 111101

Color Harmonies of #A558DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558DD

Black with #A558DD

Text Example


Text Example

White with #A558DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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