Html Css Color HEX #AB5ED0 Medium Orchid

📋 copy color: '#AB5ED0'

red 171 ◦ green 94 ◦ blue 208

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

Shades of Medium Orchid #AB5ED0

Tints of Medium Orchid #AB5ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

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

R = 36.15%
G = 19.87%
B = 43.97%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB5ED0 (or 0xAB5ED0) is known color: Medium Orchid. HEX triplet: AB, 5E and D0. RGB value is (171,94,208). Sum of RGB (Red+Green+Blue) = 171+94+208=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB5ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ED0 is #54A12F. Grayscale: #818181. Windows color (decimal): -5546288 or 13655723. OLE color: 13655723.

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

Color convert

RGB 171 94 208 -
CMYK 0.18 0.55 0 0.18
HSL 280.53º 0.55% 0.59% -
HSV(B) 280.53º 0.55% 0.82% -
XYZ 32.18 21.22 62.07 -
YUV 130.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 171 94 208 0.18 0.55 0 0.18 280.53 0.55 0.59
Hex AB 5E D0 12 37 0 12 119 37 3B
Octal 253 136 320 22 67 0 22 431 67 73
Binary 10101011 1011110 11010000 10010 110111 0 10010 100011001 110111 111011

Color Harmonies of #AB5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ED0

Black with #AB5ED0

Text Example


Text Example

White with #AB5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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