Html Css Color HEX #AB86FD Medium Purple

📋 copy color: '#AB86FD'

red 171 ◦ green 134 ◦ blue 253

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

Shades of Medium Purple #AB86FD

Tints of Medium Purple #AB86FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 30.65%
G = 24.01%
B = 45.34%

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

#AB86FD (or 0xAB86FD) is known color: Medium Purple. HEX triplet: AB, 86 and FD. RGB value is (171,134,253). Sum of RGB (Red+Green+Blue) = 171+134+253=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB86FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86FD is #547902. Grayscale: #9E9E9E. Windows color (decimal): -5536003 or 16615083. OLE color: 16615083.

HSL color Cylindrical-coordinate representation of color #AB86FD: hue angle of 258.66º degrees, saturation: 0.97, 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 #AB86FD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 134 253 -
CMYK 0.32 0.47 0 0.01
HSL 258.66º 0.97% 0.76% -
HSV(B) 258.66º 0.47% 0.99% -
XYZ 43.05 32.8 96.99 -
YUV 158.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 171 134 253 0.32 0.47 0 0.01 258.66 0.97 0.76
Hex AB 86 FD 20 2F 0 1 103 61 4C
Octal 253 206 375 40 57 0 1 403 141 114
Binary 10101011 10000110 11111101 100000 101111 0 1 100000011 1100001 1001100

Color Harmonies of #AB86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86FD

Black with #AB86FD

Text Example


Text Example

White with #AB86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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