Html Css Color HEX #AB7CFB Medium Purple

📋 copy color: '#AB7CFB'

red 171 ◦ green 124 ◦ blue 251

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

Shades of Medium Purple #AB7CFB

Tints of Medium Purple #AB7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 31.32%
G = 22.71%
B = 45.97%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB7CFB (or 0xAB7CFB) is known color: Medium Purple. HEX triplet: AB, 7C and FB. RGB value is (171,124,251). Sum of RGB (Red+Green+Blue) = 171+124+251=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFB is #548304. Grayscale: #989898. Windows color (decimal): -5538565 or 16481451. OLE color: 16481451.

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

Color convert

RGB 171 124 251 -
CMYK 0.32 0.51 0 0.02
HSL 262.2º 0.94% 0.74% -
HSV(B) 262.2º 0.51% 0.98% -
XYZ 41.41 30.04 94.88 -
YUV 152.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 171 124 251 0.32 0.51 0 0.02 262.2 0.94 0.74
Hex AB 7C FB 20 33 0 2 106 5E 4A
Octal 253 174 373 40 63 0 2 406 136 112
Binary 10101011 1111100 11111011 100000 110011 0 10 100000110 1011110 1001010

Color Harmonies of #AB7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CFB

Black with #AB7CFB

Text Example


Text Example

White with #AB7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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