Html Css Color HEX #AB4CFB Medium Orchid

📋 copy color: '#AB4CFB'

red 171 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #AB4CFB

Tints of Medium Orchid #AB4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

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

R = 34.34%
G = 15.26%
B = 50.4%

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

#AB4CFB (or 0xAB4CFB) is known color: Medium Orchid. HEX triplet: AB, 4C and FB. RGB value is (171,76,251). Sum of RGB (Red+Green+Blue) = 171+76+251=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CFB is #54B304. Grayscale: #7B7B7B. Windows color (decimal): -5550853 or 16469163. OLE color: 16469163.

HSL color Cylindrical-coordinate representation of color #AB4CFB: hue angle of 272.57º 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 #AB4CFB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 76 251 -
CMYK 0.32 0.70 0 0.02
HSL 272.57º 0.96% 0.64% -
HSV(B) 272.57º 0.7% 0.98% -
XYZ 36.79 20.79 93.34 -
YUV 124.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 171 76 251 0.32 0.70 0 0.02 272.57 0.96 0.64
Hex AB 4C FB 20 46 0 2 111 60 40
Octal 253 114 373 40 106 0 2 421 140 100
Binary 10101011 1001100 11111011 100000 1000110 0 10 100010001 1100000 1000000

Color Harmonies of #AB4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CFB

Black with #AB4CFB

Text Example


Text Example

White with #AB4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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