Html Css Color HEX #A87AFB Medium Purple

📋 copy color: '#A87AFB'

red 168 ◦ green 122 ◦ blue 251

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

Shades of Medium Purple #A87AFB

Tints of Medium Purple #A87AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.55%

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

R = 31.05%
G = 22.55%
B = 46.4%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A87AFB (or 0xA87AFB) is known color: Medium Purple. HEX triplet: A8, 7A and FB. RGB value is (168,122,251). Sum of RGB (Red+Green+Blue) = 168+122+251=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #A87AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AFB is #578504. Grayscale: #959595. Windows color (decimal): -5735685 or 16480936. OLE color: 16480936.

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

Color convert

RGB 168 122 251 -
CMYK 0.33 0.51 0 0.02
HSL 261.4º 0.94% 0.73% -
HSV(B) 261.4º 0.51% 0.98% -
XYZ 40.52 29.21 94.77 -
YUV 150.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 168 122 251 0.33 0.51 0 0.02 261.4 0.94 0.73
Hex A8 7A FB 21 33 0 2 105 5E 49
Octal 250 172 373 41 63 0 2 405 136 111
Binary 10101000 1111010 11111011 100001 110011 0 10 100000101 1011110 1001001

Color Harmonies of #A87AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AFB

Black with #A87AFB

Text Example


Text Example

White with #A87AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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