Html Css Color HEX #AB51DB Medium Orchid

📋 copy color: '#AB51DB'

red 171 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #AB51DB

Tints of Medium Orchid #AB51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 36.31%
G = 17.2%
B = 46.5%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB51DB (or 0xAB51DB) is known color: Medium Orchid. HEX triplet: AB, 51 and DB. RGB value is (171,81,219). Sum of RGB (Red+Green+Blue) = 171+81+219=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51DB is #54AE24. Grayscale: #7B7B7B. Windows color (decimal): -5549605 or 14373291. OLE color: 14373291.

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

Color convert

RGB 171 81 219 -
CMYK 0.22 0.63 0 0.14
HSL 279.13º 0.66% 0.59% -
HSV(B) 279.13º 0.63% 0.86% -
XYZ 32.52 19.66 69.1 -
YUV 123.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 171 81 219 0.22 0.63 0 0.14 279.13 0.66 0.59
Hex AB 51 DB 16 3F 0 E 117 42 3B
Octal 253 121 333 26 77 0 16 427 102 73
Binary 10101011 1010001 11011011 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AB51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51DB

Black with #AB51DB

Text Example


Text Example

White with #AB51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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