Html Css Color HEX #AB56C6 Medium Orchid

📋 copy color: '#AB56C6'

red 171 ◦ green 86 ◦ blue 198

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

Shades of Medium Orchid #AB56C6

Tints of Medium Orchid #AB56C6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 37.58%
G = 18.9%
B = 43.52%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB56C6 (or 0xAB56C6) is known color: Medium Orchid. HEX triplet: AB, 56 and C6. RGB value is (171,86,198). Sum of RGB (Red+Green+Blue) = 171+86+198=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB56C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56C6 is #54A939. Grayscale: #7B7B7B. Windows color (decimal): -5548346 or 12998315. OLE color: 12998315.

HSL color Cylindrical-coordinate representation of color #AB56C6: hue angle of 285.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB56C6 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 86 198 -
CMYK 0.14 0.57 0 0.22
HSL 285.54º 0.5% 0.56% -
HSV(B) 285.54º 0.57% 0.78% -
XYZ 30.32 19.39 55.57 -
YUV 124.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 171 86 198 0.14 0.57 0 0.22 285.54 0.5 0.56
Hex AB 56 C6 E 39 0 16 11E 32 38
Octal 253 126 306 16 71 0 26 436 62 70
Binary 10101011 1010110 11000110 1110 111001 0 10110 100011110 110010 111000

Color Harmonies of #AB56C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56C6

Black with #AB56C6

Text Example


Text Example

White with #AB56C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56C6; }

 p { color: rgb(171,86,198); }

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

background-color css

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

 a { background-color: rgb(171,86,198); }

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

border-color css

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

 span { border-color: rgb(171,86,198); }

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