Html Css Color HEX #A550DF Medium Orchid

📋 copy color: '#A550DF'

red 165 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #A550DF

Tints of Medium Orchid #A550DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 35.26%
G = 17.09%
B = 47.65%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A550DF (or 0xA550DF) is known color: Medium Orchid. HEX triplet: A5, 50 and DF. RGB value is (165,80,223). Sum of RGB (Red+Green+Blue) = 165+80+223=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A550DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550DF is #5AAF20. Grayscale: #797979. Windows color (decimal): -5943073 or 14635173. OLE color: 14635173.

HSL color Cylindrical-coordinate representation of color #A550DF: hue angle of 275.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A550DF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 80 223 -
CMYK 0.26 0.64 0 0.13
HSL 275.66º 0.69% 0.59% -
HSV(B) 275.66º 0.64% 0.87% -
XYZ 31.71 19.06 71.82 -
YUV 121.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 165 80 223 0.26 0.64 0 0.13 275.66 0.69 0.59
Hex A5 50 DF 1A 40 0 D 114 45 3B
Octal 245 120 337 32 100 0 15 424 105 73
Binary 10100101 1010000 11011111 11010 1000000 0 1101 100010100 1000101 111011

Color Harmonies of #A550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550DF

Black with #A550DF

Text Example


Text Example

White with #A550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550DF; }

 p { color: rgb(165,80,223); }

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

background-color css

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

 a { background-color: rgb(165,80,223); }

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

border-color css

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

 span { border-color: rgb(165,80,223); }

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