Html Css Color HEX #A557EA Amethyst

📋 copy color: '#A557EA'

red 165 ◦ green 87 ◦ blue 234

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

Shades of Amethyst #A557EA

Tints of Amethyst #A557EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 33.95%
G = 17.9%
B = 48.15%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A557EA (or 0xA557EA) is known color: Amethyst. HEX triplet: A5, 57 and EA. RGB value is (165,87,234). Sum of RGB (Red+Green+Blue) = 165+87+234=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A557EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557EA is #5AA815. Grayscale: #7E7E7E. Windows color (decimal): -5941270 or 15357861. OLE color: 15357861.

HSL color Cylindrical-coordinate representation of color #A557EA: hue angle of 271.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A557EA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 87 234 -
CMYK 0.29 0.63 0 0.08
HSL 271.84º 0.78% 0.63% -
HSV(B) 271.84º 0.63% 0.92% -
XYZ 33.78 20.76 80.07 -
YUV 127.08 188.34 155.05 -
System Red Green Blue C M Y K H S L
Decimal 165 87 234 0.29 0.63 0 0.08 271.84 0.78 0.63
Hex A5 57 EA 1D 3F 0 8 110 4E 3F
Octal 245 127 352 35 77 0 10 420 116 77
Binary 10100101 1010111 11101010 11101 111111 0 1000 100010000 1001110 111111

Color Harmonies of #A557EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557EA

Black with #A557EA

Text Example


Text Example

White with #A557EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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