Html Css Color HEX #A757D6 Medium Orchid

📋 copy color: '#A757D6'

red 167 ◦ green 87 ◦ blue 214

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

Shades of Medium Orchid #A757D6

Tints of Medium Orchid #A757D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 35.68%
G = 18.59%
B = 45.73%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A757D6 (or 0xA757D6) is known color: Medium Orchid. HEX triplet: A7, 57 and D6. RGB value is (167,87,214). Sum of RGB (Red+Green+Blue) = 167+87+214=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #A757D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D6 is #58A829. Grayscale: #7C7C7C. Windows color (decimal): -5810218 or 14047143. OLE color: 14047143.

HSL color Cylindrical-coordinate representation of color #A757D6: hue angle of 277.8º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A757D6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 87 214 -
CMYK 0.22 0.59 0 0.16
HSL 277.8º 0.61% 0.59% -
HSV(B) 277.8º 0.59% 0.84% -
XYZ 31.48 19.89 65.8 -
YUV 125.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 167 87 214 0.22 0.59 0 0.16 277.8 0.61 0.59
Hex A7 57 D6 16 3B 0 10 116 3D 3B
Octal 247 127 326 26 73 0 20 426 75 73
Binary 10100111 1010111 11010110 10110 111011 0 10000 100010110 111101 111011

Color Harmonies of #A757D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757D6

Black with #A757D6

Text Example


Text Example

White with #A757D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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