Html Css Color HEX #A87AED Medium Purple

📋 copy color: '#A87AED'

red 168 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #A87AED

Tints of Medium Purple #A87AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 31.88%
G = 23.15%
B = 44.97%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A87AED (or 0xA87AED) is known color: Medium Purple. HEX triplet: A8, 7A and ED. RGB value is (168,122,237). Sum of RGB (Red+Green+Blue) = 168+122+237=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A87AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AED is #578512. Grayscale: #949494. Windows color (decimal): -5735699 or 15563432. OLE color: 15563432.

HSL color Cylindrical-coordinate representation of color #A87AED: hue angle of 264º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87AED is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 122 237 -
CMYK 0.29 0.49 0 0.07
HSL 264º 0.76% 0.7% -
HSV(B) 264º 0.49% 0.93% -
XYZ 38.39 28.36 83.57 -
YUV 148.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 168 122 237 0.29 0.49 0 0.07 264 0.76 0.7
Hex A8 7A ED 1D 31 0 7 108 4C 46
Octal 250 172 355 35 61 0 7 410 114 106
Binary 10101000 1111010 11101101 11101 110001 0 111 100001000 1001100 1000110

Color Harmonies of #A87AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AED

Black with #A87AED

Text Example


Text Example

White with #A87AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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