Html Css Color HEX #A87DF4 Medium Purple

📋 copy color: '#A87DF4'

red 168 ◦ green 125 ◦ blue 244

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

Shades of Medium Purple #A87DF4

Tints of Medium Purple #A87DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

 BLUE value IS 244 (95.7% from 255) = 45.44%

R = 31.28%
G = 23.28%
B = 45.44%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A87DF4 (or 0xA87DF4) is known color: Medium Purple. HEX triplet: A8, 7D and F4. RGB value is (168,125,244). Sum of RGB (Red+Green+Blue) = 168+125+244=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #A87DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DF4 is #57820B. Grayscale: #969696. Windows color (decimal): -5734924 or 16022952. OLE color: 16022952.

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

Color convert

RGB 168 125 244 -
CMYK 0.31 0.49 0 0.04
HSL 261.68º 0.84% 0.72% -
HSV(B) 261.68º 0.49% 0.96% -
XYZ 39.81 29.52 89.19 -
YUV 151.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 168 125 244 0.31 0.49 0 0.04 261.68 0.84 0.72
Hex A8 7D F4 1F 31 0 4 106 54 48
Octal 250 175 364 37 61 0 4 406 124 110
Binary 10101000 1111101 11110100 11111 110001 0 100 100000110 1010100 1001000

Color Harmonies of #A87DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DF4

Black with #A87DF4

Text Example


Text Example

White with #A87DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DF4; }

 p { color: rgb(168,125,244); }

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

background-color css

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

 a { background-color: rgb(168,125,244); }

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

border-color css

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

 span { border-color: rgb(168,125,244); }

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