Html Css Color HEX #A550EA Medium Orchid

📋 copy color: '#A550EA'

red 165 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #A550EA

Tints of Medium Orchid #A550EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 34.45%
G = 16.7%
B = 48.85%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A550EA (or 0xA550EA) is known color: Medium Orchid. HEX triplet: A5, 50 and EA. RGB value is (165,80,234). Sum of RGB (Red+Green+Blue) = 165+80+234=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A550EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550EA is #5AAF15. Grayscale: #7A7A7A. Windows color (decimal): -5943062 or 15356069. OLE color: 15356069.

HSL color Cylindrical-coordinate representation of color #A550EA: hue angle of 273.12º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A550EA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 80 234 -
CMYK 0.29 0.66 0 0.08
HSL 273.12º 0.79% 0.62% -
HSV(B) 273.12º 0.66% 0.92% -
XYZ 33.24 19.68 79.89 -
YUV 122.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 165 80 234 0.29 0.66 0 0.08 273.12 0.79 0.62
Hex A5 50 EA 1D 42 0 8 111 4F 3E
Octal 245 120 352 35 102 0 10 421 117 76
Binary 10100101 1010000 11101010 11101 1000010 0 1000 100010001 1001111 111110

Color Harmonies of #A550EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550EA

Black with #A550EA

Text Example


Text Example

White with #A550EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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