Html Css Color HEX #A553F8 Medium Purple

📋 copy color: '#A553F8'

red 165 ◦ green 83 ◦ blue 248

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

Shades of Medium Purple #A553F8

Tints of Medium Purple #A553F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50%

R = 33.27%
G = 16.73%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A553F8 (or 0xA553F8) is known color: Medium Purple. HEX triplet: A5, 53 and F8. RGB value is (165,83,248). Sum of RGB (Red+Green+Blue) = 165+83+248=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #A553F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553F8 is #5AAC07. Grayscale: #7D7D7D. Windows color (decimal): -5942280 or 16274341. OLE color: 16274341.

HSL color Cylindrical-coordinate representation of color #A553F8: hue angle of 269.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A553F8 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 83 248 -
CMYK 0.33 0.67 0 0.03
HSL 269.82º 0.92% 0.65% -
HSV(B) 269.82º 0.67% 0.97% -
XYZ 35.55 20.96 90.98 -
YUV 126.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 165 83 248 0.33 0.67 0 0.03 269.82 0.92 0.65
Hex A5 53 F8 21 43 0 3 10E 5C 41
Octal 245 123 370 41 103 0 3 416 134 101
Binary 10100101 1010011 11111000 100001 1000011 0 11 100001110 1011100 1000001

Color Harmonies of #A553F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553F8

Black with #A553F8

Text Example


Text Example

White with #A553F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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