Html Css Color HEX #A550EC Medium Orchid

📋 copy color: '#A550EC'

red 165 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #A550EC

Tints of Medium Orchid #A550EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 34.3%
G = 16.63%
B = 49.06%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A550EC (or 0xA550EC) is known color: Medium Orchid. HEX triplet: A5, 50 and EC. RGB value is (165,80,236). Sum of RGB (Red+Green+Blue) = 165+80+236=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A550EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550EC is #5AAF13. Grayscale: #7A7A7A. Windows color (decimal): -5943060 or 15487141. OLE color: 15487141.

HSL color Cylindrical-coordinate representation of color #A550EC: hue angle of 272.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A550EC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 80 236 -
CMYK 0.30 0.66 0 0.07
HSL 272.69º 0.8% 0.62% -
HSV(B) 272.69º 0.66% 0.93% -
XYZ 33.53 19.79 81.41 -
YUV 123.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 165 80 236 0.30 0.66 0 0.07 272.69 0.8 0.62
Hex A5 50 EC 1E 42 0 7 111 50 3E
Octal 245 120 354 36 102 0 7 421 120 76
Binary 10100101 1010000 11101100 11110 1000010 0 111 100010001 1010000 111110

Color Harmonies of #A550EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550EC

Black with #A550EC

Text Example


Text Example

White with #A550EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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