Html Css Color HEX #AB56C8 Medium Orchid

📋 copy color: '#AB56C8'

red 171 ◦ green 86 ◦ blue 200

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

Shades of Medium Orchid #AB56C8

Tints of Medium Orchid #AB56C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 37.42%
G = 18.82%
B = 43.76%

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

#AB56C8 (or 0xAB56C8) is known color: Medium Orchid. HEX triplet: AB, 56 and C8. RGB value is (171,86,200). Sum of RGB (Red+Green+Blue) = 171+86+200=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB56C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56C8 is #54A937. Grayscale: #7C7C7C. Windows color (decimal): -5548344 or 13129387. OLE color: 13129387.

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

Color convert

RGB 171 86 200 -
CMYK 0.14 0.57 0 0.22
HSL 284.74º 0.51% 0.56% -
HSV(B) 284.74º 0.57% 0.78% -
XYZ 30.55 19.48 56.79 -
YUV 124.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 171 86 200 0.14 0.57 0 0.22 284.74 0.51 0.56
Hex AB 56 C8 E 39 0 16 11D 33 38
Octal 253 126 310 16 71 0 26 435 63 70
Binary 10101011 1010110 11001000 1110 111001 0 10110 100011101 110011 111000

Color Harmonies of #AB56C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56C8

Black with #AB56C8

Text Example


Text Example

White with #AB56C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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