Html Css Color HEX #AB5BE2 Medium Orchid

📋 copy color: '#AB5BE2'

red 171 ◦ green 91 ◦ blue 226

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

Shades of Medium Orchid #AB5BE2

Tints of Medium Orchid #AB5BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.31%

R = 35.04%
G = 18.65%
B = 46.31%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB5BE2 (or 0xAB5BE2) is known color: Medium Orchid. HEX triplet: AB, 5B and E2. RGB value is (171,91,226). Sum of RGB (Red+Green+Blue) = 171+91+226=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB5BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BE2 is #54A41D. Grayscale: #818181. Windows color (decimal): -5547038 or 14834603. OLE color: 14834603.

HSL color Cylindrical-coordinate representation of color #AB5BE2: hue angle of 275.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5BE2 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 91 226 -
CMYK 0.24 0.60 0 0.11
HSL 275.56º 0.7% 0.62% -
HSV(B) 275.56º 0.6% 0.89% -
XYZ 34.26 21.63 74.32 -
YUV 130.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 171 91 226 0.24 0.60 0 0.11 275.56 0.7 0.62
Hex AB 5B E2 18 3C 0 B 114 46 3E
Octal 253 133 342 30 74 0 13 424 106 76
Binary 10101011 1011011 11100010 11000 111100 0 1011 100010100 1000110 111110

Color Harmonies of #AB5BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BE2

Black with #AB5BE2

Text Example


Text Example

White with #AB5BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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