Html Css Color HEX #AB50D0 Medium Orchid

📋 copy color: '#AB50D0'

red 171 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #AB50D0

Tints of Medium Orchid #AB50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 37.25%
G = 17.43%
B = 45.32%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB50D0 (or 0xAB50D0) is known color: Medium Orchid. HEX triplet: AB, 50 and D0. RGB value is (171,80,208). Sum of RGB (Red+Green+Blue) = 171+80+208=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50D0 is #54AF2F. Grayscale: #797979. Windows color (decimal): -5549872 or 13652139. OLE color: 13652139.

HSL color Cylindrical-coordinate representation of color #AB50D0: hue angle of 282.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB50D0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 80 208 -
CMYK 0.18 0.62 0 0.18
HSL 282.66º 0.58% 0.56% -
HSV(B) 282.66º 0.62% 0.82% -
XYZ 31.05 18.95 61.7 -
YUV 121.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 171 80 208 0.18 0.62 0 0.18 282.66 0.58 0.56
Hex AB 50 D0 12 3E 0 12 11B 3A 38
Octal 253 120 320 22 76 0 22 433 72 70
Binary 10101011 1010000 11010000 10010 111110 0 10010 100011011 111010 111000

Color Harmonies of #AB50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50D0

Black with #AB50D0

Text Example


Text Example

White with #AB50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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