Html Css Color HEX #A757D0 Medium Orchid

📋 copy color: '#A757D0'

red 167 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #A757D0

Tints of Medium Orchid #A757D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 36.15%
G = 18.83%
B = 45.02%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A757D0 (or 0xA757D0) is known color: Medium Orchid. HEX triplet: A7, 57 and D0. RGB value is (167,87,208). Sum of RGB (Red+Green+Blue) = 167+87+208=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A757D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D0 is #58A82F. Grayscale: #7C7C7C. Windows color (decimal): -5810224 or 13653927. OLE color: 13653927.

HSL color Cylindrical-coordinate representation of color #A757D0: hue angle of 279.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A757D0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 87 208 -
CMYK 0.20 0.58 0 0.18
HSL 279.67º 0.56% 0.58% -
HSV(B) 279.67º 0.58% 0.82% -
XYZ 30.73 19.59 61.84 -
YUV 124.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 167 87 208 0.20 0.58 0 0.18 279.67 0.56 0.58
Hex A7 57 D0 14 3A 0 12 118 38 3A
Octal 247 127 320 24 72 0 22 430 70 72
Binary 10100111 1010111 11010000 10100 111010 0 10010 100011000 111000 111010

Color Harmonies of #A757D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757D0

Black with #A757D0

Text Example


Text Example

White with #A757D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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