Html Css Color HEX #A550DA Medium Orchid

📋 copy color: '#A550DA'

red 165 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #A550DA

Tints of Medium Orchid #A550DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 35.64%
G = 17.28%
B = 47.08%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A550DA (or 0xA550DA) is known color: Medium Orchid. HEX triplet: A5, 50 and DA. RGB value is (165,80,218). Sum of RGB (Red+Green+Blue) = 165+80+218=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A550DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550DA is #5AAF25. Grayscale: #787878. Windows color (decimal): -5943078 or 14307493. OLE color: 14307493.

HSL color Cylindrical-coordinate representation of color #A550DA: hue angle of 276.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A550DA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 80 218 -
CMYK 0.24 0.63 0 0.15
HSL 276.96º 0.65% 0.58% -
HSV(B) 276.96º 0.63% 0.85% -
XYZ 31.04 18.8 68.32 -
YUV 121.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 165 80 218 0.24 0.63 0 0.15 276.96 0.65 0.58
Hex A5 50 DA 18 3F 0 F 115 41 3A
Octal 245 120 332 30 77 0 17 425 101 72
Binary 10100101 1010000 11011010 11000 111111 0 1111 100010101 1000001 111010

Color Harmonies of #A550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550DA

Black with #A550DA

Text Example


Text Example

White with #A550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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