Html Css Color HEX #AB85FB Medium Purple

📋 copy color: '#AB85FB'

red 171 ◦ green 133 ◦ blue 251

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

Shades of Medium Purple #AB85FB

Tints of Medium Purple #AB85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.96%

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

R = 30.81%
G = 23.96%
B = 45.23%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB85FB (or 0xAB85FB) is known color: Medium Purple. HEX triplet: AB, 85 and FB. RGB value is (171,133,251). Sum of RGB (Red+Green+Blue) = 171+133+251=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FB is #547A04. Grayscale: #9D9D9D. Windows color (decimal): -5536261 or 16483755. OLE color: 16483755.

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

Color convert

RGB 171 133 251 -
CMYK 0.32 0.47 0 0.02
HSL 259.32º 0.94% 0.75% -
HSV(B) 259.32º 0.47% 0.98% -
XYZ 42.59 32.4 95.28 -
YUV 157.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 171 133 251 0.32 0.47 0 0.02 259.32 0.94 0.75
Hex AB 85 FB 20 2F 0 2 103 5E 4B
Octal 253 205 373 40 57 0 2 403 136 113
Binary 10101011 10000101 11111011 100000 101111 0 10 100000011 1011110 1001011

Color Harmonies of #AB85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85FB

Black with #AB85FB

Text Example


Text Example

White with #AB85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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