Html Css Color HEX #A557DB Amethyst

📋 copy color: '#A557DB'

red 165 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #A557DB

Tints of Amethyst #A557DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 35.03%
G = 18.47%
B = 46.5%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A557DB (or 0xA557DB) is known color: Amethyst. HEX triplet: A5, 57 and DB. RGB value is (165,87,219). Sum of RGB (Red+Green+Blue) = 165+87+219=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A557DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557DB is #5AA824. Grayscale: #7C7C7C. Windows color (decimal): -5941285 or 14374821. OLE color: 14374821.

HSL color Cylindrical-coordinate representation of color #A557DB: hue angle of 275.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A557DB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 87 219 -
CMYK 0.25 0.60 0 0.14
HSL 275.45º 0.65% 0.6% -
HSV(B) 275.45º 0.6% 0.86% -
XYZ 31.71 19.93 69.19 -
YUV 125.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 165 87 219 0.25 0.60 0 0.14 275.45 0.65 0.6
Hex A5 57 DB 19 3C 0 E 113 41 3C
Octal 245 127 333 31 74 0 16 423 101 74
Binary 10100101 1010111 11011011 11001 111100 0 1110 100010011 1000001 111100

Color Harmonies of #A557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557DB

Black with #A557DB

Text Example


Text Example

White with #A557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557DB; }

 p { color: rgb(165,87,219); }

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

background-color css

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

 a { background-color: rgb(165,87,219); }

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

border-color css

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

 span { border-color: rgb(165,87,219); }

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