Html Css Color HEX #A881FB Medium Purple

📋 copy color: '#A881FB'

red 168 ◦ green 129 ◦ blue 251

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

Shades of Medium Purple #A881FB

Tints of Medium Purple #A881FB

RGB

 RED value IS 168 (66.02% from 255) = 30.66%

 GREEN value IS 129 (50.78% from 255) = 23.54%

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

R = 30.66%
G = 23.54%
B = 45.8%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A881FB (or 0xA881FB) is known color: Medium Purple. HEX triplet: A8, 81 and FB. RGB value is (168,129,251). Sum of RGB (Red+Green+Blue) = 168+129+251=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #A881FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FB is #577E04. Grayscale: #9A9A9A. Windows color (decimal): -5733893 or 16482728. OLE color: 16482728.

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

Color convert

RGB 168 129 251 -
CMYK 0.33 0.49 0 0.02
HSL 259.18º 0.94% 0.75% -
HSV(B) 259.18º 0.49% 0.98% -
XYZ 41.41 30.99 95.07 -
YUV 154.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 168 129 251 0.33 0.49 0 0.02 259.18 0.94 0.75
Hex A8 81 FB 21 31 0 2 103 5E 4B
Octal 250 201 373 41 61 0 2 403 136 113
Binary 10101000 10000001 11111011 100001 110001 0 10 100000011 1011110 1001011

Color Harmonies of #A881FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881FB

Black with #A881FB

Text Example


Text Example

White with #A881FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881FB; }

 p { color: rgb(168,129,251); }

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

background-color css

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

 a { background-color: rgb(168,129,251); }

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

border-color css

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

 span { border-color: rgb(168,129,251); }

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