Html Css Color HEX #A553EC Amethyst

📋 copy color: '#A553EC'

red 165 ◦ green 83 ◦ blue 236

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

Shades of Amethyst #A553EC

Tints of Amethyst #A553EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 34.09%
G = 17.15%
B = 48.76%

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

#A553EC (or 0xA553EC) is known color: Amethyst. HEX triplet: A5, 53 and EC. RGB value is (165,83,236). Sum of RGB (Red+Green+Blue) = 165+83+236=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A553EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553EC is #5AAC13. Grayscale: #7C7C7C. Windows color (decimal): -5942292 or 15487909. OLE color: 15487909.

HSL color Cylindrical-coordinate representation of color #A553EC: hue angle of 272.16º degrees, saturation: 0.8, 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 #A553EC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 83 236 -
CMYK 0.30 0.65 0 0.07
HSL 272.16º 0.8% 0.63% -
HSV(B) 272.16º 0.65% 0.93% -
XYZ 33.75 20.24 81.49 -
YUV 124.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 165 83 236 0.30 0.65 0 0.07 272.16 0.8 0.63
Hex A5 53 EC 1E 41 0 7 110 50 3F
Octal 245 123 354 36 101 0 7 420 120 77
Binary 10100101 1010011 11101100 11110 1000001 0 111 100010000 1010000 111111

Color Harmonies of #A553EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553EC

Black with #A553EC

Text Example


Text Example

White with #A553EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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