Html Css Color HEX #AB56CB Medium Orchid

📋 copy color: '#AB56CB'

red 171 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #AB56CB

Tints of Medium Orchid #AB56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 37.17%
G = 18.7%
B = 44.13%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB56CB (or 0xAB56CB) is known color: Medium Orchid. HEX triplet: AB, 56 and CB. RGB value is (171,86,203). Sum of RGB (Red+Green+Blue) = 171+86+203=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56CB is #54A934. Grayscale: #7C7C7C. Windows color (decimal): -5548341 or 13325995. OLE color: 13325995.

HSL color Cylindrical-coordinate representation of color #AB56CB: hue angle of 283.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB56CB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 86 203 -
CMYK 0.16 0.58 0 0.20
HSL 283.59º 0.53% 0.57% -
HSV(B) 283.59º 0.58% 0.8% -
XYZ 30.9 19.63 58.66 -
YUV 124.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 171 86 203 0.16 0.58 0 0.20 283.59 0.53 0.57
Hex AB 56 CB 10 3A 0 14 11C 35 39
Octal 253 126 313 20 72 0 24 434 65 71
Binary 10101011 1010110 11001011 10000 111010 0 10100 100011100 110101 111001

Color Harmonies of #AB56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56CB

Black with #AB56CB

Text Example


Text Example

White with #AB56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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