Html Css Color HEX #A553ED Amethyst

📋 copy color: '#A553ED'

red 165 ◦ green 83 ◦ blue 237

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

Shades of Amethyst #A553ED

Tints of Amethyst #A553ED

RGB

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

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

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

R = 34.02%
G = 17.11%
B = 48.87%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A553ED (or 0xA553ED) is known color: Amethyst. HEX triplet: A5, 53 and ED. RGB value is (165,83,237). Sum of RGB (Red+Green+Blue) = 165+83+237=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A553ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553ED is #5AAC12. Grayscale: #7C7C7C. Windows color (decimal): -5942291 or 15553445. OLE color: 15553445.

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

Color convert

RGB 165 83 237 -
CMYK 0.30 0.65 0 0.07
HSL 271.95º 0.81% 0.63% -
HSV(B) 271.95º 0.65% 0.93% -
XYZ 33.9 20.3 82.25 -
YUV 125.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 165 83 237 0.30 0.65 0 0.07 271.95 0.81 0.63
Hex A5 53 ED 1E 41 0 7 110 51 3F
Octal 245 123 355 36 101 0 7 420 121 77
Binary 10100101 1010011 11101101 11110 1000001 0 111 100010000 1010001 111111

Color Harmonies of #A553ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553ED

Black with #A553ED

Text Example


Text Example

White with #A553ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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