Html Css Color HEX #AB50CD Medium Orchid

📋 copy color: '#AB50CD'

red 171 ◦ green 80 ◦ blue 205

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

Shades of Medium Orchid #AB50CD

Tints of Medium Orchid #AB50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 37.5%
G = 17.54%
B = 44.96%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB50CD (or 0xAB50CD) is known color: Medium Orchid. HEX triplet: AB, 50 and CD. RGB value is (171,80,205). Sum of RGB (Red+Green+Blue) = 171+80+205=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50CD is #54AF32. Grayscale: #797979. Windows color (decimal): -5549875 or 13455531. OLE color: 13455531.

HSL color Cylindrical-coordinate representation of color #AB50CD: hue angle of 283.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB50CD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 80 205 -
CMYK 0.17 0.61 0 0.20
HSL 283.68º 0.56% 0.56% -
HSV(B) 283.68º 0.61% 0.8% -
XYZ 30.68 18.8 59.77 -
YUV 121.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 171 80 205 0.17 0.61 0 0.20 283.68 0.56 0.56
Hex AB 50 CD 11 3D 0 14 11C 38 38
Octal 253 120 315 21 75 0 24 434 70 70
Binary 10101011 1010000 11001101 10001 111101 0 10100 100011100 111000 111000

Color Harmonies of #AB50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50CD

Black with #AB50CD

Text Example


Text Example

White with #AB50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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