Html Css Color HEX #AB5BDC Medium Orchid

📋 copy color: '#AB5BDC'

red 171 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #AB5BDC

Tints of Medium Orchid #AB5BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 35.48%
G = 18.88%
B = 45.64%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5BDC (or 0xAB5BDC) is known color: Medium Orchid. HEX triplet: AB, 5B and DC. RGB value is (171,91,220). Sum of RGB (Red+Green+Blue) = 171+91+220=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BDC is #54A423. Grayscale: #818181. Windows color (decimal): -5547044 or 14441387. OLE color: 14441387.

HSL color Cylindrical-coordinate representation of color #AB5BDC: hue angle of 277.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5BDC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 91 220 -
CMYK 0.22 0.59 0 0.14
HSL 277.21º 0.65% 0.61% -
HSV(B) 277.21º 0.59% 0.86% -
XYZ 33.45 21.31 70.06 -
YUV 129.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 171 91 220 0.22 0.59 0 0.14 277.21 0.65 0.61
Hex AB 5B DC 16 3B 0 E 115 41 3D
Octal 253 133 334 26 73 0 16 425 101 75
Binary 10101011 1011011 11011100 10110 111011 0 1110 100010101 1000001 111101

Color Harmonies of #AB5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BDC

Black with #AB5BDC

Text Example


Text Example

White with #AB5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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