Html Css Color HEX #A557D2 Amethyst

📋 copy color: '#A557D2'

red 165 ◦ green 87 ◦ blue 210

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

Shades of Amethyst #A557D2

Tints of Amethyst #A557D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 35.71%
G = 18.83%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A557D2 (or 0xA557D2) is known color: Amethyst. HEX triplet: A5, 57 and D2. RGB value is (165,87,210). Sum of RGB (Red+Green+Blue) = 165+87+210=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #A557D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557D2 is #5AA82D. Grayscale: #7B7B7B. Windows color (decimal): -5941294 or 13784997. OLE color: 13784997.

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

Color convert

RGB 165 87 210 -
CMYK 0.21 0.59 0 0.18
HSL 278.05º 0.58% 0.58% -
HSV(B) 278.05º 0.59% 0.82% -
XYZ 30.56 19.47 63.12 -
YUV 124.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 165 87 210 0.21 0.59 0 0.18 278.05 0.58 0.58
Hex A5 57 D2 15 3B 0 12 116 3A 3A
Octal 245 127 322 25 73 0 22 426 72 72
Binary 10100101 1010111 11010010 10101 111011 0 10010 100010110 111010 111010

Color Harmonies of #A557D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557D2

Black with #A557D2

Text Example


Text Example

White with #A557D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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