Html Css Color HEX #AB50DB Medium Orchid

📋 copy color: '#AB50DB'

red 171 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #AB50DB

Tints of Medium Orchid #AB50DB

RGB

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

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

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

R = 36.38%
G = 17.02%
B = 46.6%

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

#AB50DB (or 0xAB50DB) is known color: Medium Orchid. HEX triplet: AB, 50 and DB. RGB value is (171,80,219). Sum of RGB (Red+Green+Blue) = 171+80+219=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50DB is #54AF24. Grayscale: #7A7A7A. Windows color (decimal): -5549861 or 14373035. OLE color: 14373035.

HSL color Cylindrical-coordinate representation of color #AB50DB: hue angle of 279.28º 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 #AB50DB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 80 219 -
CMYK 0.22 0.63 0 0.14
HSL 279.28º 0.66% 0.59% -
HSV(B) 279.28º 0.63% 0.86% -
XYZ 32.45 19.51 69.07 -
YUV 123.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 171 80 219 0.22 0.63 0 0.14 279.28 0.66 0.59
Hex AB 50 DB 16 3F 0 E 117 42 3B
Octal 253 120 333 26 77 0 16 427 102 73
Binary 10101011 1010000 11011011 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AB50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50DB

Black with #AB50DB

Text Example


Text Example

White with #AB50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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