Html Css Color HEX #AB5BC9 Medium Orchid

📋 copy color: '#AB5BC9'

red 171 ◦ green 91 ◦ blue 201

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

Shades of Medium Orchid #AB5BC9

Tints of Medium Orchid #AB5BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 36.93%
G = 19.65%
B = 43.41%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB5BC9 (or 0xAB5BC9) is known color: Medium Orchid. HEX triplet: AB, 5B and C9. RGB value is (171,91,201). Sum of RGB (Red+Green+Blue) = 171+91+201=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB5BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BC9 is #54A436. Grayscale: #7F7F7F. Windows color (decimal): -5547063 or 13196203. OLE color: 13196203.

HSL color Cylindrical-coordinate representation of color #AB5BC9: hue angle of 283.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5BC9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 91 201 -
CMYK 0.15 0.55 0 0.21
HSL 283.64º 0.5% 0.57% -
HSV(B) 283.64º 0.55% 0.79% -
XYZ 31.08 20.36 57.55 -
YUV 127.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 171 91 201 0.15 0.55 0 0.21 283.64 0.5 0.57
Hex AB 5B C9 F 37 0 15 11C 32 39
Octal 253 133 311 17 67 0 25 434 62 71
Binary 10101011 1011011 11001001 1111 110111 0 10101 100011100 110010 111001

Color Harmonies of #AB5BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BC9

Black with #AB5BC9

Text Example


Text Example

White with #AB5BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BC9; }

 p { color: rgb(171,91,201); }

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

background-color css

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

 a { background-color: rgb(171,91,201); }

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

border-color css

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

 span { border-color: rgb(171,91,201); }

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