Html Css Color HEX #AB56FB Medium Orchid

📋 copy color: '#AB56FB'

red 171 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #AB56FB

Tints of Medium Orchid #AB56FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.93%

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 33.66%
G = 16.93%
B = 49.41%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB56FB (or 0xAB56FB) is known color: Medium Orchid. HEX triplet: AB, 56 and FB. RGB value is (171,86,251). Sum of RGB (Red+Green+Blue) = 171+86+251=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB56FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56FB is #54A904. Grayscale: #818181. Windows color (decimal): -5548293 or 16471723. OLE color: 16471723.

HSL color Cylindrical-coordinate representation of color #AB56FB: hue angle of 270.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB56FB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 86 251 -
CMYK 0.32 0.66 0 0.02
HSL 270.91º 0.95% 0.66% -
HSV(B) 270.91º 0.66% 0.98% -
XYZ 37.53 22.28 93.59 -
YUV 130.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 171 86 251 0.32 0.66 0 0.02 270.91 0.95 0.66
Hex AB 56 FB 20 42 0 2 10F 5F 42
Octal 253 126 373 40 102 0 2 417 137 102
Binary 10101011 1010110 11111011 100000 1000010 0 10 100001111 1011111 1000010

Color Harmonies of #AB56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56FB

Black with #AB56FB

Text Example


Text Example

White with #AB56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56FB; }

 p { color: rgb(171,86,251); }

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

background-color css

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

 a { background-color: rgb(171,86,251); }

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

border-color css

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

 span { border-color: rgb(171,86,251); }

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