Html Css Color HEX #A550DE Medium Orchid

📋 copy color: '#A550DE'

red 165 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #A550DE

Tints of Medium Orchid #A550DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 35.33%
G = 17.13%
B = 47.54%

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

#A550DE (or 0xA550DE) is known color: Medium Orchid. HEX triplet: A5, 50 and DE. RGB value is (165,80,222). Sum of RGB (Red+Green+Blue) = 165+80+222=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A550DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550DE is #5AAF21. Grayscale: #797979. Windows color (decimal): -5943074 or 14569637. OLE color: 14569637.

HSL color Cylindrical-coordinate representation of color #A550DE: hue angle of 275.92º degrees, saturation: 0.68, 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 #A550DE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 80 222 -
CMYK 0.26 0.64 0 0.13
HSL 275.92º 0.68% 0.59% -
HSV(B) 275.92º 0.64% 0.87% -
XYZ 31.57 19.01 71.11 -
YUV 121.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 165 80 222 0.26 0.64 0 0.13 275.92 0.68 0.59
Hex A5 50 DE 1A 40 0 D 114 44 3B
Octal 245 120 336 32 100 0 15 424 104 73
Binary 10100101 1010000 11011110 11010 1000000 0 1101 100010100 1000100 111011

Color Harmonies of #A550DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550DE

Black with #A550DE

Text Example


Text Example

White with #A550DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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