Html Css Color HEX #A87DF2 Medium Purple

📋 copy color: '#A87DF2'

red 168 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #A87DF2

Tints of Medium Purple #A87DF2

RGB

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

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

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

R = 31.4%
G = 23.36%
B = 45.23%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A87DF2 (or 0xA87DF2) is known color: Medium Purple. HEX triplet: A8, 7D and F2. RGB value is (168,125,242). Sum of RGB (Red+Green+Blue) = 168+125+242=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #A87DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DF2 is #57820D. Grayscale: #969696. Windows color (decimal): -5734926 or 15891880. OLE color: 15891880.

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

Color convert

RGB 168 125 242 -
CMYK 0.31 0.48 0 0.05
HSL 262.05º 0.82% 0.72% -
HSV(B) 262.05º 0.48% 0.95% -
XYZ 39.51 29.4 87.6 -
YUV 151.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 168 125 242 0.31 0.48 0 0.05 262.05 0.82 0.72
Hex A8 7D F2 1F 30 0 5 106 52 48
Octal 250 175 362 37 60 0 5 406 122 110
Binary 10101000 1111101 11110010 11111 110000 0 101 100000110 1010010 1001000

Color Harmonies of #A87DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DF2

Black with #A87DF2

Text Example


Text Example

White with #A87DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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