Html Css Color HEX #AB5DCB Medium Orchid

📋 copy color: '#AB5DCB'

red 171 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #AB5DCB

Tints of Medium Orchid #AB5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

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

R = 36.62%
G = 19.91%
B = 43.47%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB5DCB (or 0xAB5DCB) is known color: Medium Orchid. HEX triplet: AB, 5D and CB. RGB value is (171,93,203). Sum of RGB (Red+Green+Blue) = 171+93+203=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DCB is #54A234. Grayscale: #808080. Windows color (decimal): -5546549 or 13327787. OLE color: 13327787.

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

Color convert

RGB 171 93 203 -
CMYK 0.16 0.54 0 0.20
HSL 282.55º 0.51% 0.58% -
HSV(B) 282.55º 0.54% 0.8% -
XYZ 31.49 20.8 58.85 -
YUV 128.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 171 93 203 0.16 0.54 0 0.20 282.55 0.51 0.58
Hex AB 5D CB 10 36 0 14 11B 33 3A
Octal 253 135 313 20 66 0 24 433 63 72
Binary 10101011 1011101 11001011 10000 110110 0 10100 100011011 110011 111010

Color Harmonies of #AB5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DCB

Black with #AB5DCB

Text Example


Text Example

White with #AB5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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