Html Css Color HEX #A553FF Medium Purple

📋 copy color: '#A553FF'

red 165 ◦ green 83 ◦ blue 255

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

Shades of Medium Purple #A553FF

Tints of Medium Purple #A553FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 32.8%
G = 16.5%
B = 50.7%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A553FF (or 0xA553FF) is known color: Medium Purple. HEX triplet: A5, 53 and FF. RGB value is (165,83,255). Sum of RGB (Red+Green+Blue) = 165+83+255=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A553FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553FF is #5AAC00. Grayscale: #7E7E7E. Windows color (decimal): -5942273 or 16733093. OLE color: 16733093.

HSL color Cylindrical-coordinate representation of color #A553FF: hue angle of 268.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A553FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 83 255 -
CMYK 0.35 0.67 0 0
HSL 268.6º 1% 0.66% -
HSV(B) 268.6º 0.67% 1% -
XYZ 36.66 21.41 96.81 -
YUV 127.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 165 83 255 0.35 0.67 0 0 268.6 1 0.66
Hex A5 53 FF 23 43 0 0 10D 64 42
Octal 245 123 377 43 103 0 0 415 144 102
Binary 10100101 1010011 11111111 100011 1000011 0 0 100001101 1100100 1000010

Color Harmonies of #A553FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553FF

Black with #A553FF

Text Example


Text Example

White with #A553FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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