Html Css Color HEX #A757CF Medium Orchid

📋 copy color: '#A757CF'

red 167 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #A757CF

Tints of Medium Orchid #A757CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 36.23%
G = 18.87%
B = 44.9%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A757CF (or 0xA757CF) is known color: Medium Orchid. HEX triplet: A7, 57 and CF. RGB value is (167,87,207). Sum of RGB (Red+Green+Blue) = 167+87+207=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A757CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757CF is #58A830. Grayscale: #7C7C7C. Windows color (decimal): -5810225 or 13588391. OLE color: 13588391.

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

Color convert

RGB 167 87 207 -
CMYK 0.19 0.58 0 0.19
HSL 280º 0.56% 0.58% -
HSV(B) 280º 0.58% 0.81% -
XYZ 30.61 19.54 61.19 -
YUV 124.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 167 87 207 0.19 0.58 0 0.19 280 0.56 0.58
Hex A7 57 CF 13 3A 0 13 118 38 3A
Octal 247 127 317 23 72 0 23 430 70 72
Binary 10100111 1010111 11001111 10011 111010 0 10011 100011000 111000 111010

Color Harmonies of #A757CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757CF

Black with #A757CF

Text Example


Text Example

White with #A757CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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