Html Css Color HEX #A553EA Amethyst

📋 copy color: '#A553EA'

red 165 ◦ green 83 ◦ blue 234

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

Shades of Amethyst #A553EA

Tints of Amethyst #A553EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

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

R = 34.23%
G = 17.22%
B = 48.55%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A553EA (or 0xA553EA) is known color: Amethyst. HEX triplet: A5, 53 and EA. RGB value is (165,83,234). Sum of RGB (Red+Green+Blue) = 165+83+234=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #A553EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553EA is #5AAC15. Grayscale: #7C7C7C. Windows color (decimal): -5942294 or 15356837. OLE color: 15356837.

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

Color convert

RGB 165 83 234 -
CMYK 0.29 0.65 0 0.08
HSL 272.58º 0.78% 0.62% -
HSV(B) 272.58º 0.65% 0.92% -
XYZ 33.46 20.13 79.96 -
YUV 124.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 165 83 234 0.29 0.65 0 0.08 272.58 0.78 0.62
Hex A5 53 EA 1D 41 0 8 111 4E 3E
Octal 245 123 352 35 101 0 10 421 116 76
Binary 10100101 1010011 11101010 11101 1000001 0 1000 100010001 1001110 111110

Color Harmonies of #A553EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553EA

Black with #A553EA

Text Example


Text Example

White with #A553EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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