Html Css Color HEX #AB6BFB Medium Purple

📋 copy color: '#AB6BFB'

red 171 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #AB6BFB

Tints of Medium Purple #AB6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.23%

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

R = 32.33%
G = 20.23%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB6BFB (or 0xAB6BFB) is known color: Medium Purple. HEX triplet: AB, 6B and FB. RGB value is (171,107,251). Sum of RGB (Red+Green+Blue) = 171+107+251=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BFB is #549404. Grayscale: #8E8E8E. Windows color (decimal): -5542917 or 16477099. OLE color: 16477099.

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

Color convert

RGB 171 107 251 -
CMYK 0.32 0.57 0 0.02
HSL 266.67º 0.95% 0.7% -
HSV(B) 266.67º 0.57% 0.98% -
XYZ 39.46 26.14 94.23 -
YUV 142.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 171 107 251 0.32 0.57 0 0.02 266.67 0.95 0.7
Hex AB 6B FB 20 39 0 2 10B 5F 46
Octal 253 153 373 40 71 0 2 413 137 106
Binary 10101011 1101011 11111011 100000 111001 0 10 100001011 1011111 1000110

Color Harmonies of #AB6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BFB

Black with #AB6BFB

Text Example


Text Example

White with #AB6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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