Html Css Color HEX #AB50E0 Medium Orchid

📋 copy color: '#AB50E0'

red 171 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #AB50E0

Tints of Medium Orchid #AB50E0

RGB

 RED value IS 171 (67.19% from 255) = 36%

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 36%
G = 16.84%
B = 47.16%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB50E0 (or 0xAB50E0) is known color: Medium Orchid. HEX triplet: AB, 50 and E0. RGB value is (171,80,224). Sum of RGB (Red+Green+Blue) = 171+80+224=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB50E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50E0 is #54AF1F. Grayscale: #7B7B7B. Windows color (decimal): -5549856 or 14700715. OLE color: 14700715.

HSL color Cylindrical-coordinate representation of color #AB50E0: hue angle of 277.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB50E0 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 80 224 -
CMYK 0.24 0.64 0 0.12
HSL 277.92º 0.7% 0.6% -
HSV(B) 277.92º 0.64% 0.88% -
XYZ 33.12 19.78 72.59 -
YUV 123.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 171 80 224 0.24 0.64 0 0.12 277.92 0.7 0.6
Hex AB 50 E0 18 40 0 C 116 46 3C
Octal 253 120 340 30 100 0 14 426 106 74
Binary 10101011 1010000 11100000 11000 1000000 0 1100 100010110 1000110 111100

Color Harmonies of #AB50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50E0

Black with #AB50E0

Text Example


Text Example

White with #AB50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50E0; }

 p { color: rgb(171,80,224); }

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

background-color css

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

 a { background-color: rgb(171,80,224); }

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

border-color css

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

 span { border-color: rgb(171,80,224); }

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