Html Css Color HEX #A550ED Medium Orchid

📋 copy color: '#A550ED'

red 165 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #A550ED

Tints of Medium Orchid #A550ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 34.23%
G = 16.6%
B = 49.17%

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

#A550ED (or 0xA550ED) is known color: Medium Orchid. HEX triplet: A5, 50 and ED. RGB value is (165,80,237). Sum of RGB (Red+Green+Blue) = 165+80+237=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A550ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550ED is #5AAF12. Grayscale: #7A7A7A. Windows color (decimal): -5943059 or 15552677. OLE color: 15552677.

HSL color Cylindrical-coordinate representation of color #A550ED: hue angle of 272.48º degrees, saturation: 0.81, 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 #A550ED is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 80 237 -
CMYK 0.30 0.66 0 0.07
HSL 272.48º 0.81% 0.62% -
HSV(B) 272.48º 0.66% 0.93% -
XYZ 33.67 19.85 82.18 -
YUV 123.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 165 80 237 0.30 0.66 0 0.07 272.48 0.81 0.62
Hex A5 50 ED 1E 42 0 7 110 51 3E
Octal 245 120 355 36 102 0 7 420 121 76
Binary 10100101 1010000 11101101 11110 1000010 0 111 100010000 1010001 111110

Color Harmonies of #A550ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550ED

Black with #A550ED

Text Example


Text Example

White with #A550ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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