Html Css Color HEX #A550EE Medium Orchid

📋 copy color: '#A550EE'

red 165 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #A550EE

Tints of Medium Orchid #A550EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 34.16%
G = 16.56%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A550EE (or 0xA550EE) is known color: Medium Orchid. HEX triplet: A5, 50 and EE. RGB value is (165,80,238). Sum of RGB (Red+Green+Blue) = 165+80+238=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A550EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550EE is #5AAF11. Grayscale: #7A7A7A. Windows color (decimal): -5943058 or 15618213. OLE color: 15618213.

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

Color convert

RGB 165 80 238 -
CMYK 0.31 0.66 0 0.07
HSL 272.28º 0.82% 0.62% -
HSV(B) 272.28º 0.66% 0.93% -
XYZ 33.82 19.91 82.95 -
YUV 123.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 165 80 238 0.31 0.66 0 0.07 272.28 0.82 0.62
Hex A5 50 EE 1F 42 0 7 110 52 3E
Octal 245 120 356 37 102 0 7 420 122 76
Binary 10100101 1010000 11101110 11111 1000010 0 111 100010000 1010010 111110

Color Harmonies of #A550EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550EE

Black with #A550EE

Text Example


Text Example

White with #A550EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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