Html Css Color HEX #A557ED Amethyst

📋 copy color: '#A557ED'

red 165 ◦ green 87 ◦ blue 237

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

Shades of Amethyst #A557ED

Tints of Amethyst #A557ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 33.74%
G = 17.79%
B = 48.47%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A557ED (or 0xA557ED) is known color: Amethyst. HEX triplet: A5, 57 and ED. RGB value is (165,87,237). Sum of RGB (Red+Green+Blue) = 165+87+237=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #A557ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557ED is #5AA812. Grayscale: #7E7E7E. Windows color (decimal): -5941267 or 15554469. OLE color: 15554469.

HSL color Cylindrical-coordinate representation of color #A557ED: hue angle of 271.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A557ED is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 87 237 -
CMYK 0.30 0.63 0 0.07
HSL 271.2º 0.81% 0.64% -
HSV(B) 271.2º 0.63% 0.93% -
XYZ 34.21 20.93 82.36 -
YUV 127.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 165 87 237 0.30 0.63 0 0.07 271.2 0.81 0.64
Hex A5 57 ED 1E 3F 0 7 10F 51 40
Octal 245 127 355 36 77 0 7 417 121 100
Binary 10100101 1010111 11101101 11110 111111 0 111 100001111 1010001 1000000

Color Harmonies of #A557ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557ED

Black with #A557ED

Text Example


Text Example

White with #A557ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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