Html Css Color HEX #AB5BDB Medium Orchid

📋 copy color: '#AB5BDB'

red 171 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #AB5BDB

Tints of Medium Orchid #AB5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.92%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 35.55%
G = 18.92%
B = 45.53%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5BDB (or 0xAB5BDB) is known color: Medium Orchid. HEX triplet: AB, 5B and DB. RGB value is (171,91,219). Sum of RGB (Red+Green+Blue) = 171+91+219=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BDB is #54A424. Grayscale: #818181. Windows color (decimal): -5547045 or 14375851. OLE color: 14375851.

HSL color Cylindrical-coordinate representation of color #AB5BDB: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5BDB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 91 219 -
CMYK 0.22 0.58 0 0.14
HSL 277.5º 0.64% 0.61% -
HSV(B) 277.5º 0.58% 0.86% -
XYZ 33.32 21.25 69.36 -
YUV 129.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 171 91 219 0.22 0.58 0 0.14 277.5 0.64 0.61
Hex AB 5B DB 16 3A 0 E 116 40 3D
Octal 253 133 333 26 72 0 16 426 100 75
Binary 10101011 1011011 11011011 10110 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AB5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BDB

Black with #AB5BDB

Text Example


Text Example

White with #AB5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BDB; }

 p { color: rgb(171,91,219); }

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

background-color css

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

 a { background-color: rgb(171,91,219); }

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

border-color css

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

 span { border-color: rgb(171,91,219); }

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