Html Css Color HEX #A087DF Medium Purple

📋 copy color: '#A087DF'

red 160 ◦ green 135 ◦ blue 223

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

Shades of Medium Purple #A087DF

Tints of Medium Purple #A087DF

RGB

 RED value IS 160 (62.89% from 255) = 30.89%

 GREEN value IS 135 (53.13% from 255) = 26.06%

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

R = 30.89%
G = 26.06%
B = 43.05%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A087DF (or 0xA087DF) is known color: Medium Purple. HEX triplet: A0, 87 and DF. RGB value is (160,135,223). Sum of RGB (Red+Green+Blue) = 160+135+223=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A087DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087DF is #5F7820. Grayscale: #989898. Windows color (decimal): -6256673 or 14649248. OLE color: 14649248.

HSL color Cylindrical-coordinate representation of color #A087DF: hue angle of 257.05º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A087DF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 135 223 -
CMYK 0.28 0.39 0 0.13
HSL 257.05º 0.58% 0.7% -
HSV(B) 257.05º 0.39% 0.87% -
XYZ 36.48 30.13 73.7 -
YUV 152.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 160 135 223 0.28 0.39 0 0.13 257.05 0.58 0.7
Hex A0 87 DF 1C 27 0 D 101 3A 46
Octal 240 207 337 34 47 0 15 401 72 106
Binary 10100000 10000111 11011111 11100 100111 0 1101 100000001 111010 1000110

Color Harmonies of #A087DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087DF

Black with #A087DF

Text Example


Text Example

White with #A087DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087DF; }

 p { color: rgb(160,135,223); }

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

background-color css

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

 a { background-color: rgb(160,135,223); }

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

border-color css

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

 span { border-color: rgb(160,135,223); }

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