Html Css Color HEX #AB5BEC Medium Orchid

📋 copy color: '#AB5BEC'

red 171 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #AB5BEC

Tints of Medium Orchid #AB5BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 34.34%
G = 18.27%
B = 47.39%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB5BEC (or 0xAB5BEC) is known color: Medium Orchid. HEX triplet: AB, 5B and EC. RGB value is (171,91,236). Sum of RGB (Red+Green+Blue) = 171+91+236=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BEC is #54A413. Grayscale: #828282. Windows color (decimal): -5547028 or 15489963. OLE color: 15489963.

HSL color Cylindrical-coordinate representation of color #AB5BEC: hue angle of 273.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5BEC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 91 236 -
CMYK 0.28 0.61 0 0.07
HSL 273.1º 0.79% 0.64% -
HSV(B) 273.1º 0.61% 0.93% -
XYZ 35.68 22.2 81.76 -
YUV 131.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 171 91 236 0.28 0.61 0 0.07 273.1 0.79 0.64
Hex AB 5B EC 1C 3D 0 7 111 4F 40
Octal 253 133 354 34 75 0 7 421 117 100
Binary 10101011 1011011 11101100 11100 111101 0 111 100010001 1001111 1000000

Color Harmonies of #AB5BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BEC

Black with #AB5BEC

Text Example


Text Example

White with #AB5BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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