Html Css Color HEX #AB4BFB Medium Orchid

📋 copy color: '#AB4BFB'

red 171 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #AB4BFB

Tints of Medium Orchid #AB4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

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

R = 34.41%
G = 15.09%
B = 50.5%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4BFB (or 0xAB4BFB) is known color: Medium Orchid. HEX triplet: AB, 4B and FB. RGB value is (171,75,251). Sum of RGB (Red+Green+Blue) = 171+75+251=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BFB is #54B404. Grayscale: #7B7B7B. Windows color (decimal): -5551109 or 16468907. OLE color: 16468907.

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

Color convert

RGB 171 75 251 -
CMYK 0.32 0.70 0 0.02
HSL 272.73º 0.96% 0.64% -
HSV(B) 272.73º 0.7% 0.98% -
XYZ 36.72 20.66 93.32 -
YUV 123.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 171 75 251 0.32 0.70 0 0.02 272.73 0.96 0.64
Hex AB 4B FB 20 46 0 2 111 60 40
Octal 253 113 373 40 106 0 2 421 140 100
Binary 10101011 1001011 11111011 100000 1000110 0 10 100010001 1100000 1000000

Color Harmonies of #AB4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BFB

Black with #AB4BFB

Text Example


Text Example

White with #AB4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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