Html Css Color HEX #A757DF Medium Orchid

📋 copy color: '#A757DF'

red 167 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #A757DF

Tints of Medium Orchid #A757DF

RGB

 RED value IS 167 (65.63% from 255) = 35.01%

 GREEN value IS 87 (34.38% from 255) = 18.24%

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

R = 35.01%
G = 18.24%
B = 46.75%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A757DF (or 0xA757DF) is known color: Medium Orchid. HEX triplet: A7, 57 and DF. RGB value is (167,87,223). Sum of RGB (Red+Green+Blue) = 167+87+223=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A757DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757DF is #58A820. Grayscale: #7D7D7D. Windows color (decimal): -5810209 or 14636967. OLE color: 14636967.

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

Color convert

RGB 167 87 223 -
CMYK 0.25 0.61 0 0.13
HSL 275.29º 0.68% 0.61% -
HSV(B) 275.29º 0.61% 0.87% -
XYZ 32.66 20.36 72.02 -
YUV 126.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 167 87 223 0.25 0.61 0 0.13 275.29 0.68 0.61
Hex A7 57 DF 19 3D 0 D 113 44 3D
Octal 247 127 337 31 75 0 15 423 104 75
Binary 10100111 1010111 11011111 11001 111101 0 1101 100010011 1000100 111101

Color Harmonies of #A757DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757DF

Black with #A757DF

Text Example


Text Example

White with #A757DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757DF; }

 p { color: rgb(167,87,223); }

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

background-color css

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

 a { background-color: rgb(167,87,223); }

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

border-color css

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

 span { border-color: rgb(167,87,223); }

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