Html Css Color HEX #A87CF2 Medium Purple

📋 copy color: '#A87CF2'

red 168 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #A87CF2

Tints of Medium Purple #A87CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 31.46%
G = 23.22%
B = 45.32%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A87CF2 (or 0xA87CF2) is known color: Medium Purple. HEX triplet: A8, 7C and F2. RGB value is (168,124,242). Sum of RGB (Red+Green+Blue) = 168+124+242=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #A87CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CF2 is #57830D. Grayscale: #969696. Windows color (decimal): -5735182 or 15891624. OLE color: 15891624.

HSL color Cylindrical-coordinate representation of color #A87CF2: hue angle of 262.37º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87CF2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 124 242 -
CMYK 0.31 0.49 0 0.05
HSL 262.37º 0.82% 0.72% -
HSV(B) 262.37º 0.49% 0.95% -
XYZ 39.38 29.15 87.56 -
YUV 150.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 168 124 242 0.31 0.49 0 0.05 262.37 0.82 0.72
Hex A8 7C F2 1F 31 0 5 106 52 48
Octal 250 174 362 37 61 0 5 406 122 110
Binary 10101000 1111100 11110010 11111 110001 0 101 100000110 1010010 1001000

Color Harmonies of #A87CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CF2

Black with #A87CF2

Text Example


Text Example

White with #A87CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CF2; }

 p { color: rgb(168,124,242); }

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

background-color css

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

 a { background-color: rgb(168,124,242); }

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

border-color css

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

 span { border-color: rgb(168,124,242); }

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