Html Css Color HEX #AB86FC Medium Purple

📋 copy color: '#AB86FC'

red 171 ◦ green 134 ◦ blue 252

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

Shades of Medium Purple #AB86FC

Tints of Medium Purple #AB86FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 30.7%
G = 24.06%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB86FC (or 0xAB86FC) is known color: Medium Purple. HEX triplet: AB, 86 and FC. RGB value is (171,134,252). Sum of RGB (Red+Green+Blue) = 171+134+252=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB86FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86FC is #547903. Grayscale: #9E9E9E. Windows color (decimal): -5536004 or 16549547. OLE color: 16549547.

HSL color Cylindrical-coordinate representation of color #AB86FC: hue angle of 258.81º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB86FC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 134 252 -
CMYK 0.32 0.47 0 0.01
HSL 258.81º 0.95% 0.76% -
HSV(B) 258.81º 0.47% 0.99% -
XYZ 42.89 32.74 96.15 -
YUV 158.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 171 134 252 0.32 0.47 0 0.01 258.81 0.95 0.76
Hex AB 86 FC 20 2F 0 1 103 5F 4C
Octal 253 206 374 40 57 0 1 403 137 114
Binary 10101011 10000110 11111100 100000 101111 0 1 100000011 1011111 1001100

Color Harmonies of #AB86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86FC

Black with #AB86FC

Text Example


Text Example

White with #AB86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86FC; }

 p { color: rgb(171,134,252); }

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

background-color css

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

 a { background-color: rgb(171,134,252); }

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

border-color css

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

 span { border-color: rgb(171,134,252); }

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