Html Css Color HEX #A553F9 Medium Purple

📋 copy color: '#A553F9'

red 165 ◦ green 83 ◦ blue 249

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

Shades of Medium Purple #A553F9

Tints of Medium Purple #A553F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 33.2%
G = 16.7%
B = 50.1%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A553F9 (or 0xA553F9) is known color: Medium Purple. HEX triplet: A5, 53 and F9. RGB value is (165,83,249). Sum of RGB (Red+Green+Blue) = 165+83+249=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #A553F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553F9 is #5AAC06. Grayscale: #7D7D7D. Windows color (decimal): -5942279 or 16339877. OLE color: 16339877.

HSL color Cylindrical-coordinate representation of color #A553F9: hue angle of 269.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A553F9 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 83 249 -
CMYK 0.34 0.67 0 0.02
HSL 269.64º 0.93% 0.65% -
HSV(B) 269.64º 0.67% 0.98% -
XYZ 35.71 21.03 91.8 -
YUV 126.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 165 83 249 0.34 0.67 0 0.02 269.64 0.93 0.65
Hex A5 53 F9 22 43 0 2 10E 5D 41
Octal 245 123 371 42 103 0 2 416 135 101
Binary 10100101 1010011 11111001 100010 1000011 0 10 100001110 1011101 1000001

Color Harmonies of #A553F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553F9

Black with #A553F9

Text Example


Text Example

White with #A553F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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