Html Css Color HEX #AB6CFB Medium Purple

📋 copy color: '#AB6CFB'

red 171 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #AB6CFB

Tints of Medium Purple #AB6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 32.26%
G = 20.38%
B = 47.36%

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

#AB6CFB (or 0xAB6CFB) is known color: Medium Purple. HEX triplet: AB, 6C and FB. RGB value is (171,108,251). Sum of RGB (Red+Green+Blue) = 171+108+251=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFB is #549304. Grayscale: #8E8E8E. Windows color (decimal): -5542661 or 16477355. OLE color: 16477355.

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

Color convert

RGB 171 108 251 -
CMYK 0.32 0.57 0 0.02
HSL 266.43º 0.95% 0.7% -
HSV(B) 266.43º 0.57% 0.98% -
XYZ 39.57 26.35 94.27 -
YUV 143.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 171 108 251 0.32 0.57 0 0.02 266.43 0.95 0.7
Hex AB 6C FB 20 39 0 2 10A 5F 46
Octal 253 154 373 40 71 0 2 412 137 106
Binary 10101011 1101100 11111011 100000 111001 0 10 100001010 1011111 1000110

Color Harmonies of #AB6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CFB

Black with #AB6CFB

Text Example


Text Example

White with #AB6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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