Html Css Color HEX #AB51DC Medium Orchid

📋 copy color: '#AB51DC'

red 171 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #AB51DC

Tints of Medium Orchid #AB51DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 36.23%
G = 17.16%
B = 46.61%

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

#AB51DC (or 0xAB51DC) is known color: Medium Orchid. HEX triplet: AB, 51 and DC. RGB value is (171,81,220). Sum of RGB (Red+Green+Blue) = 171+81+220=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51DC is #54AE23. Grayscale: #7B7B7B. Windows color (decimal): -5549604 or 14438827. OLE color: 14438827.

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

Color convert

RGB 171 81 220 -
CMYK 0.22 0.63 0 0.14
HSL 278.85º 0.67% 0.59% -
HSV(B) 278.85º 0.63% 0.86% -
XYZ 32.66 19.71 69.79 -
YUV 123.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 171 81 220 0.22 0.63 0 0.14 278.85 0.67 0.59
Hex AB 51 DC 16 3F 0 E 117 43 3B
Octal 253 121 334 26 77 0 16 427 103 73
Binary 10101011 1010001 11011100 10110 111111 0 1110 100010111 1000011 111011

Color Harmonies of #AB51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51DC

Black with #AB51DC

Text Example


Text Example

White with #AB51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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