Html Css Color HEX #AB4DCB Medium Orchid

📋 copy color: '#AB4DCB'

red 171 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #AB4DCB

Tints of Medium Orchid #AB4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 37.92%
G = 17.07%
B = 45.01%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB4DCB (or 0xAB4DCB) is known color: Medium Orchid. HEX triplet: AB, 4D and CB. RGB value is (171,77,203). Sum of RGB (Red+Green+Blue) = 171+77+203=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCB is #54B234. Grayscale: #777777. Windows color (decimal): -5550645 or 13323691. OLE color: 13323691.

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

Color convert

RGB 171 77 203 -
CMYK 0.16 0.62 0 0.20
HSL 284.76º 0.55% 0.55% -
HSV(B) 284.76º 0.62% 0.8% -
XYZ 30.23 18.28 58.43 -
YUV 119.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 171 77 203 0.16 0.62 0 0.20 284.76 0.55 0.55
Hex AB 4D CB 10 3E 0 14 11D 37 37
Octal 253 115 313 20 76 0 24 435 67 67
Binary 10101011 1001101 11001011 10000 111110 0 10100 100011101 110111 110111

Color Harmonies of #AB4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCB

Black with #AB4DCB

Text Example


Text Example

White with #AB4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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