Html Css Color HEX #A87ADF Medium Purple

📋 copy color: '#A87ADF'

red 168 ◦ green 122 ◦ blue 223

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

Shades of Medium Purple #A87ADF

Tints of Medium Purple #A87ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 32.75%
G = 23.78%
B = 43.47%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A87ADF (or 0xA87ADF) is known color: Medium Purple. HEX triplet: A8, 7A and DF. RGB value is (168,122,223). Sum of RGB (Red+Green+Blue) = 168+122+223=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #A87ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ADF is #578520. Grayscale: #929292. Windows color (decimal): -5735713 or 14645928. OLE color: 14645928.

HSL color Cylindrical-coordinate representation of color #A87ADF: hue angle of 267.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A87ADF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 122 223 -
CMYK 0.25 0.45 0 0.13
HSL 267.33º 0.61% 0.68% -
HSV(B) 267.33º 0.45% 0.87% -
XYZ 36.43 27.57 73.21 -
YUV 147.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 168 122 223 0.25 0.45 0 0.13 267.33 0.61 0.68
Hex A8 7A DF 19 2D 0 D 10B 3D 44
Octal 250 172 337 31 55 0 15 413 75 104
Binary 10101000 1111010 11011111 11001 101101 0 1101 100001011 111101 1000100

Color Harmonies of #A87ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87ADF

Black with #A87ADF

Text Example


Text Example

White with #A87ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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